// // sub_592F0 from 0x592f0 to 0x59338 (72 bytes) // // 1 xrefs: // > FMOD::ChannelGroup::getName @ 0xd2340 // // 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_592F0(__int64 a1, __int64 a2, __int64 a3) { const char *v3; // x8 if ( !a2 ) return 31; v3 = *(const char **)(a1 + 480); if ( (int)a3 >= 256 ) a3 = 256; else a3 = (unsigned int)a3; if ( !v3 ) v3 = "(null)"; sub_E3C94(a2, v3, a3); return 0; }