fix crashing
This commit is contained in:
parent
3fe01e6c50
commit
4fdf5720e3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user