[Ceg] Disable some checks on game events

This commit is contained in:
Diavolo 2022-06-05 11:45:50 +02:00
parent 2de643773f
commit bd647355fe
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

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);