Label a save info loop (#645)

* save info

* more gcc progress
This commit is contained in:
MegaMech
2024-08-22 23:59:04 -06:00
committed by GitHub
parent 40f677db52
commit 8ebae23080
18 changed files with 261 additions and 42 deletions
+2
View File
@@ -939,6 +939,7 @@ f32 atan2f(f32 arg0, f32 arg1) {
return atan2s(arg0, arg1);
}
#ifndef NON_MATCHING // The decomp does not support fabs
UNUSED f32 func_802B79F0(f32 arg0, f32 arg1) {
f64 halfpi;
f32 temp_f0;
@@ -973,6 +974,7 @@ UNUSED f32 func_802B79F0(f32 arg0, f32 arg1) {
}
return var_f2;
}
#endif
UNUSED u16 func_802B7B50(f32 arg0, f32 arg1) {
return ((atan2f(arg0, arg1) * 32768.0f) / M_PI);