// // sub_55F78 from 0x55f78 to 0x55f94 (28 bytes) // // 2 xrefs: // > @ 0x10c428 // > @ 0x10c650 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // void __fastcall sub_55F78(__int64 a1, char a2) { int v2; // w8 int v3; // w9 unsigned int v4; // w8 v2 = *(_DWORD *)(a1 + 72); v3 = v2 | 0x20; v4 = v2 & 0xFFFFFFDF; if ( (a2 & 1) == 0 ) v4 = v3; *(_DWORD *)(a1 + 72) = v4; JUMPOUT(0x57800); }