more reliable pal hook

This commit is contained in:
Akash Mozumdar 2018-12-27 15:07:20 -05:00
parent bf4eb4df8b
commit 8a88ad3c95

View File

@ -12529,7 +12529,10 @@ static bool InsertNewPal2Hook()
return true;
}
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
* Sample game: BALDRSKYZERO EXTREME