// // FMOD::Reverb3D::set3DAttributes from 0x1800a6800 to 0x1800a68bb (187 bytes) // // 3 xrefs: // > FMOD_Reverb3D_Set3DAttributes @ 0x1800c63c9 // > @ 0x180194348 // > @ 0x1801fb85c // // 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::Reverb3D::set3DAttributes(__int64 a1, __int64 a2) { int v3; // edi unsigned int v4; // ebx __int64 result; // rax __int64 v6; // [rsp+30h] [rbp-158h] BYREF _BYTE v7[256]; // [rsp+40h] [rbp-148h] BYREF v3 = a1; v4 = sub_1800DC8D0(a1, &v6); if ( v4 || (result = sub_1800DC450(v6, a2), (v4 = result) != 0) ) { if ( *((char *)off_1801AED20 + 16) < 0 ) { v7[0] = 0; sub_1800B20E0(v4, 10, v3, (unsigned int)"Reverb3D::set3DAttributes", (__int64)v7); } return v4; } return result; }