// // sub_18000C4A0 from 0x18000c4a0 to 0x18000c4c6 (38 bytes) // // 2 xrefs: // > sub_18000D2FC @ 0x18000d303 // > @ 0x180026f70 // // 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_18000C4A0(float *a1, float a2) { float v2; // xmm0_4 v2 = a1[154]; if ( v2 < a2 ) v2 = fminf(a1[153], a2); a1[152] = v2; return sub_18000C670(a1); }