{"type": "func", "start": 333208, "end": 333264, "name": "FMOD_DSP_GetParameterBool", "pseudocode": "// \n// FMOD_DSP_GetParameterBool from 0x51598 to 0x515d0 (56 bytes)\n// \n// 4 xrefs:\n// > .FMOD_DSP_GetParameterBool @ 0x1095fc\n// > <???> @ 0x6820\n// > .FMOD_DSP_GetParameterBool @ 0x1095f4\n// > <???> @ 0x1113c0\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_DSP_GetParameterBool(FMOD::DSP *a1, int a2, __int64 a3, char *a4, int a5)\n{\n  __int64 result; // x0\n  bool v7; // [xsp+Ch] [xbp-4h] BYREF\n\n  if ( !a1 )\n    return 31;\n  result = FMOD::DSP::getParameterBool(a1, a2, &v7, a4, a5);\n  if ( a3 )\n  {\n    if ( !(_DWORD)result )\n      return sub_519AC(result);\n  }\n  return result;\n}", "assembly": "; \n; FMOD_DSP_GetParameterBool from 0x51598 to 0x515d0 (56 bytes)\n; \n; 4 xrefs:\n; > .FMOD_DSP_GetParameterBool @ 0x1095fc\n; > <???> @ 0x6820\n; > .FMOD_DSP_GetParameterBool @ 0x1095f4\n; > <???> @ 0x1113c0\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\nSTR             X19, [SP,#-0x10+var_10]!                               ; +0x0, 0x51598\nSTP             X29, X30, [SP,#0x10+var_s0]                            ; +0x4, 0x5159c\nADD             X29, SP, #0x10                                         ; +0x8, 0x515a0\nCBZ             X0, loc_515C4                                          ; +0xc, 0x515a4\nMOV             X19, X2                                                ; +0x10, 0x515a8\nSUB             X2, X29, #-var_4; bool *                               ; +0x14, 0x515ac\nBL              ._ZN4FMOD3DSP16getParameterBoolEiPbPci; FMOD::DSP::getParameterBool(int,bool *,char *,int) ; +0x18, 0x515b0\nCBZ             X19, loc_515C8                                         ; +0x1c, 0x515b4\nCBNZ            W0, loc_515C8                                          ; +0x20, 0x515b8\nBL              sub_519AC                                              ; +0x24, 0x515bc\nB               loc_515C8                                              ; +0x28, 0x515c0\nMOV             W0, #0x1F                                              ; +0x2c, 0x515c4\nLDP             X29, X30, [SP,#0x10+var_s0]                            ; +0x30, 0x515c8\nB               loc_519A4                                              ; +0x34, 0x515cc", "xrefs": [".FMOD_DSP_GetParameterBool @ 0x1095fc", "<???> @ 0x6820", ".FMOD_DSP_GetParameterBool @ 0x1095f4", "<???> @ 0x1113c0"], "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"}