// // sub_55FB4 from 0x55fb4 to 0x55fe8 (52 bytes) // // 2 xrefs: // > sub_587C0 @ 0x587dc // > sub_5B7B0 @ 0x5b7cc // // 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_55FB4(__int64 a1, float a2) { if ( (~LODWORD(a2) & 0x7F800000) == 0 && (LODWORD(a2) & 0x7FFFFF) != 0 ) return 29; *(float *)(a1 + 52) = fmaxf(a2, 0.0); return 0; }