more reliable pal hook
This commit is contained in:
parent
bf4eb4df8b
commit
8a88ad3c95
@ -12529,7 +12529,10 @@ static bool InsertNewPal2Hook()
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
bool InsertPalHook() // use Old Pal first, which does not have ruby
|
bool InsertPalHook() // use Old Pal first, which does not have ruby
|
||||||
{ return InsertOldPalHook() || InsertNewPal1Hook() || InsertNewPal2Hook(); }
|
{
|
||||||
|
PcHooks::hookOtherPcFunctions();
|
||||||
|
return InsertOldPalHook() || InsertNewPal1Hook() || InsertNewPal2Hook();
|
||||||
|
}
|
||||||
|
|
||||||
/** jichi 7/6/2014 NeXAS
|
/** jichi 7/6/2014 NeXAS
|
||||||
* Sample game: BALDRSKYZERO EXTREME
|
* Sample game: BALDRSKYZERO EXTREME
|
||||||
|
Loading…
Reference in New Issue
Block a user