diff --git a/SilentPatchVC/SilentPatchVC.cpp b/SilentPatchVC/SilentPatchVC.cpp index 966e8a0..dc0bafe 100644 --- a/SilentPatchVC/SilentPatchVC.cpp +++ b/SilentPatchVC/SilentPatchVC.cpp @@ -296,6 +296,10 @@ void Patch_VC_10(const RECT& desktop) Patch(0x550603, 255); Patch(0x550607, 255); + + // Corrected crime codes + Patch(0x5FDDDB, 0xC5); + // Adblocker #if DISABLE_FLA_DONATION_WINDOW @@ -427,6 +431,10 @@ void Patch_VC_11(const RECT& desktop) Patch(0x55061F, 0); Patch(0x550623, 255); Patch(0x550627, 255); + + + // Corrected crime codes + Patch(0x5FDDFB, 0xC5); } void Patch_VC_Steam(const RECT& desktop) @@ -548,6 +556,10 @@ void Patch_VC_Steam(const RECT& desktop) Patch(0x5504EF, 0); Patch(0x5504F3, 255); Patch(0x5504F7, 255); + + + // Corrected crime codes + Patch(0x5FDA3B, 0xC5); } void Patch_VC_JP()