1
0
mirror of synced 2025-01-19 17:28:46 +01:00

fix crashing

This commit is contained in:
unknown 2022-09-19 13:54:43 +07:00
parent 3fe01e6c50
commit 4fdf5720e3

View File

@ -464,6 +464,9 @@ static InitFunction Wmmt5Func([]()
{
// Enable all print
injector::MakeNOP(imageBasedxplus + 0x898BD3, 6);
//Fix crash when saving story mode and Time attack
injector::MakeNOP(imageBasedxplus + 0xE90C7, 5);
}
MH_EnableHook(MH_ALL_HOOKS);