// // sub_55C5C from 0x55c5c to 0x55c9c (64 bytes) // // 4 xrefs: // > sub_54DB0 @ 0x54e38 // > sub_54DB0 @ 0x550c8 // > sub_58380 @ 0x58454 // > sub_5B3B0 @ 0x5b508 // // 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 // __int64 __fastcall sub_55C5C(__int64 a1) { unsigned __int8 *v1; // x10 __int64 v2; // x9 int v3; // t1 v1 = (unsigned __int8 *)(a1 + 68316); v2 = -1; while ( ++v2 < *(int *)(a1 + 69104) ) { v3 = *v1; v1 += 112; if ( v3 ) return 1; } return 0; }