// // sub_5D420 from 0x5d420 to 0x5d454 (52 bytes) // // 1 xrefs: // > sub_6F8F4 @ 0x6f93c // // 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 sub_5D420(__int64 a1, float a2) { __int64 v2; // x8 if ( *(float *)(a1 + 440) != a2 ) { v2 = *(_QWORD *)(a1 + 416); *(float *)(a1 + 440) = a2; if ( v2 ) sub_611BC(v2); } return 0; }