{"type": "func", "start": 329356, "end": 329376, "name": "FMOD_System_PlaySound", "pseudocode": "// \n// FMOD_System_PlaySound from 0x5068c to 0x506a0 (20 bytes)\n// \n// 4 xrefs:\n// > .FMOD_System_PlaySound @ 0x1085bc\n// > <???> @ 0x3ec8\n// > .FMOD_System_PlaySound @ 0x1085b4\n// > <???> @ 0x110ba0\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\nchar *__fastcall FMOD_System_PlaySound(\n        FMOD::System *a1,\n        FMOD::Sound *a2,\n        FMOD::ChannelGroup *a3,\n        int a4,\n        FMOD::Channel **a5)\n{\n  if ( a1 )\n    return (char *)FMOD::System::playSound(a1, a2, a3, a4 != 0, a5);\n  else\n    return (char *)&off_18 + 7;\n}", "assembly": "; \n; FMOD_System_PlaySound from 0x5068c to 0x506a0 (20 bytes)\n; \n; 4 xrefs:\n; > .FMOD_System_PlaySound @ 0x1085bc\n; > <???> @ 0x3ec8\n; > .FMOD_System_PlaySound @ 0x1085b4\n; > <???> @ 0x110ba0\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\nCBZ             X0, loc_5069C                                          ; +0x0, 0x5068c\nCMP             W3, #0                                                 ; +0x4, 0x50690\nCSET            W3, NE; bool                                           ; +0x8, 0x50694\nB               ._ZN4FMOD6System9playSoundEPNS_5SoundEPNS_12ChannelGroupEbPPNS_7ChannelE; FMOD::System::playSound(FMOD::Sound *,FMOD::ChannelGroup *,bool,FMOD::Channel **) ; +0xc, 0x50698\nB               loc_5199C                                              ; +0x10, 0x5069c", "xrefs": [".FMOD_System_PlaySound @ 0x1085bc", "<???> @ 0x3ec8", ".FMOD_System_PlaySound @ 0x1085b4", "<???> @ 0x110ba0"], "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"}