{"type": "func", "start": 6443265440, "end": 6443265461, "name": "FMOD_System_PlaySound", "pseudocode": "// \n// FMOD_System_PlaySound from 0x1800c6da0 to 0x1800c6db5 (21 bytes)\n// \n// 2 xrefs:\n// > FMOD5_System_PlaySound @ 0x1800f4d00\n// > <???> @ 0x180194348\n// \n// This function is hookable on this platform!\n// \n// Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA\n// Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings\n// \n\n__int64 __fastcall FMOD_System_PlaySound(__int64 a1, __int64 a2, __int64 a3, int a4, __int64 a5)\n{\n  if ( a1 )\n    return FMOD::System::playSound(a1, a2, a3, a4 != 0, a5);\n  else\n    return 31;\n}", "assembly": "; \n; FMOD_System_PlaySound from 0x1800c6da0 to 0x1800c6db5 (21 bytes)\n; \n; 2 xrefs:\n; > FMOD5_System_PlaySound @ 0x1800f4d00\n; > <???> @ 0x180194348\n; \n; This function is hookable on this platform!\n; \n; Using BromaIDA 8.0.0 @ https:;github.com/Stazzical/BromaIDA\n; Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https:;github.com/geode-sdk/bindings\n; \n\ntest    rcx, rcx                                                       ; +0x0, 0x1800c6da0\njnz     short loc_1800C6DA9                                            ; +0x3, 0x1800c6da3\nlea     eax, [rcx+1Fh]                                                 ; +0x5, 0x1800c6da5\nretn                                                                   ; +0x8, 0x1800c6da8\ntest    r9d, r9d                                                       ; +0x9, 0x1800c6da9\nsetnz   r9b                                                            ; +0xc, 0x1800c6dac\njmp     ?playSound@System@FMOD@@QEAA?AW4FMOD_RESULT@@PEAVSound@2@PEAVChannelGroup@2@_NPEAPEAVChannel@2@@Z; FMOD::System::playSound(FMOD::Sound *,FMOD::ChannelGroup *,bool,FMOD::Channel * *) ; +0x10, 0x1800c6db0", "xrefs": ["FMOD5_System_PlaySound @ 0x1800f4d00", "<???> @ 0x180194348"], "is_objc": false, "is_arm32": false, "is_arm64": false, "bida_info": "8.0.0 @ https://github.com/Stazzical/BromaIDA", "bindings_info": "commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings"}