// // sub_58BE0 from 0x58be0 to 0x58c3c (92 bytes) // // 1 xrefs: // > @ 0x10c460 // // 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_58BE0(_QWORD *a1, unsigned int a2, float a3) { __int64 result; // x0 if ( *(_QWORD **)(a1[1] + 69856LL) == a1 ) return 5; result = sub_56050((__int64)a1, a2, a3); if ( !(_DWORD)result ) return (*(__int64 (__fastcall **)(_QWORD *, _QWORD))(*a1 + 120LL))(a1, a2); return result; }