1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-11 01:10:33 +00:00

Match fp_math.c (#2116)

This commit is contained in:
cadmic 2024-09-03 22:12:44 -07:00 committed by GitHub
parent 6e5ea8c7aa
commit 87914c6cc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 90 additions and 8 deletions

View file

@ -2873,8 +2873,8 @@ PadSetup_Init = 0x800CDC10; // type:func
Math_FTanF = 0x800CDD50; // type:func
Math_FFloorF = 0x800CDD84; // type:func
Math_FCeilF = 0x800CDDA4; // type:func
func_800CDDC4_unknown = 0x800CDDC4; // type:func
func_800CDDF8_unknown = 0x800CDDF8; // type:func
Math_FAbs = 0x800CDDC4; // type:func
Math_FAbsF = 0x800CDDF8; // type:func
Math_FRoundF = 0x800CDE28; // type:func
Math_FTruncF = 0x800CDE48; // type:func
Math_FNearbyIntF = 0x800CDE68; // type:func