{"type": "func", "start": 330272, "end": 330284, "name": "FMOD_Sound_SetLoopPoints", "pseudocode": "// \n// FMOD_Sound_SetLoopPoints from 0x50a20 to 0x50a2c (12 bytes)\n// \n// 4 xrefs:\n// > .FMOD_Sound_SetLoopPoints @ 0x1089ac\n// > <???> @ 0x3118\n// > .FMOD_Sound_SetLoopPoints @ 0x1089a4\n// > <???> @ 0x110d98\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_Sound_SetLoopPoints(\n        FMOD::Sound *a1,\n        unsigned int a2,\n        unsigned int a3,\n        unsigned int a4,\n        unsigned int a5)\n{\n  if ( a1 )\n    return (char *)FMOD::Sound::setLoopPoints(a1, a2, a3, a4, a5);\n  else\n    return (char *)&off_18 + 7;\n}", "assembly": "; \n; FMOD_Sound_SetLoopPoints from 0x50a20 to 0x50a2c (12 bytes)\n; \n; 4 xrefs:\n; > .FMOD_Sound_SetLoopPoints @ 0x1089ac\n; > <???> @ 0x3118\n; > .FMOD_Sound_SetLoopPoints @ 0x1089a4\n; > <???> @ 0x110d98\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_50A28                                          ; +0x0, 0x50a20\nB               ._ZN4FMOD5Sound13setLoopPointsEjjjj; FMOD::Sound::setLoopPoints(uint,uint,uint,uint) ; +0x4, 0x50a24\nB               loc_5199C                                              ; +0x8, 0x50a28", "xrefs": [".FMOD_Sound_SetLoopPoints @ 0x1089ac", "<???> @ 0x3118", ".FMOD_Sound_SetLoopPoints @ 0x1089a4", "<???> @ 0x110d98"], "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"}