This commit is contained in:
恍兮惚兮 2024-11-14 19:48:23 +08:00
parent 4064340410
commit 0d3c839444

View File

@ -253,7 +253,6 @@ namespace
bool InsertPalHook() // use Old Pal first, which does not have ruby
{
PcHooks::hookOtherPcFunctions();
auto succ = false;
for (auto func : {"PalSpriteCreateTextEx", "PalSpriteCreateText", "PalFontDrawText"})
{