[Ceg] Another CEG function (#517)

This commit is contained in:
Edo
2022-10-10 09:07:42 -04:00
committed by GitHub
parent a710855f9d
commit 60db18f9a3

View File

@ -35,6 +35,7 @@ namespace Components
// Disable some checks on certain game events
Utils::Hook::Nop(0x43EC96, 9);
Utils::Hook::Nop(0x4675C6, 9);
Utils::Hook::Nop(0x405A36, 9);
// Random checks scattered throughout the binary
Utils::Hook::Set<BYTE>(0x499F90, 0xC3);