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

Rename absf to fabsf (#2499)

This commit is contained in:
Tharo 2025-03-28 10:35:27 +00:00 committed by GitHub
parent 1b1070d0f4
commit dc9a1dca1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 6 deletions

View file

@ -3,7 +3,7 @@
.text
LEAF(absf)
LEAF(fabsf)
abs.s fv0, fa0
jr ra
END(absf)
END(fabsf)