// // FMOD::System::createSound from 0x1800ac400 to 0x1800ac4d5 (213 bytes) // // 4 xrefs: // > FMOD_System_CreateSound @ 0x1800c69fb // > @ 0x180194348 // > @ 0x1801fc1a4 // > @ 0x1801fc1b0 // // 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 FMOD::System::createSound(__int64 a1, __int64 a2, unsigned int a3, __int64 a4, __int64 a5) { int v8; // r15d unsigned int v9; // ebx __int64 result; // rax __int64 v11; // [rsp+30h] [rbp-158h] BYREF char v12[256]; // [rsp+40h] [rbp-148h] BYREF v8 = a1; v9 = FMOD::SystemI::validate(a1, &v11, 0); if ( v9 || (result = sub_1800E31C0(v11, a2, a3, a4, a5), (v9 = result) != 0) ) { if ( *((char *)off_1801AED20 + 16) < 0 ) { sub_1800AB7E0(v12, 256, a2, a3, a4, a5); sub_1800B20E0(v9, 1, v8, (unsigned int)"System::createSound", (__int64)v12); } return v9; } return result; }