Merge pull request #297 from diamante0018/more-ceg

[Ceg] Disable some checks on game events
This commit is contained in:
Dss0 2022-06-12 22:27:52 +02:00 committed by GitHub
commit fa4adf12db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,10 @@ namespace Components
Utils::Hook::Nop(0x43CA16, 9);
Utils::Hook::Nop(0x505426, 9);
// Disable some checks on certain game events
Utils::Hook::Nop(0x43EC96, 9);
Utils::Hook::Nop(0x4675C6, 9);
// Something useless that can be skipped
Utils::Hook::Nop(0x4BB671, 2);
Utils::Hook::Nop(0x40A54D, 2);