Modify Chase HQ Disable Cel Shaded
Apparently old way caused crash after stage 3
This commit is contained in:
parent
3a296ed06d
commit
1f808a2841
@ -1377,8 +1377,7 @@ static InitFunction initFunction([]()
|
|||||||
|
|
||||||
if (ToBool(config["General"]["Disable Cel Shaded"]))
|
if (ToBool(config["General"]["Disable Cel Shaded"]))
|
||||||
{
|
{
|
||||||
injector::MakeNOP(imageBase + 0x31FFA, 6);
|
injector::WriteMemory<BYTE>(imageBase + 0x2E022, 1, true);
|
||||||
injector::MakeRET(0x42DD30);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ToBool(config["General"]["Windowed"]))
|
if (ToBool(config["General"]["Windowed"]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user