// // FMOD::SoundGroup::stop from 0x1800ab300 to 0x1800ab3b4 (180 bytes) // // 3 xrefs: // > FMOD_SoundGroup_Stop @ 0x1800c6519 // > @ 0x180194348 // > @ 0x1801fbfb8 // // 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::SoundGroup::stop(__int64 a1) { int v1; // edi unsigned int v2; // ebx __int64 v4; // [rsp+30h] [rbp-128h] BYREF __int64 v5; // [rsp+38h] [rbp-120h] BYREF _BYTE v6[256]; // [rsp+40h] [rbp-118h] BYREF v4 = 0; v1 = a1; v2 = sub_1800DE200(a1, &v5, &v4); if ( (v2 || (v2 = sub_1800DE190(v5)) != 0) && *((char *)off_1801AED20 + 16) < 0 ) { v6[0] = 0; sub_1800B20E0(v2, 6, v1, (unsigned int)"SoundGroup::stop", (__int64)v6); } if ( v4 ) sub_180102320(v4); return v2; }