mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-04 10:51:37 -04:00
Named "*_step_*_towards" functions (#154)
Also redefined a Lights1 variable in terms of GBI macros. Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
+2
-2
@@ -1223,7 +1223,7 @@ GLOBAL_ASM("asm/non_matchings/code_80086E70/func_80088FF0.s")
|
||||
|
||||
#ifdef MIPS_TO_C
|
||||
//generated by mips_to_c commit 3c3b0cede1a99430bfd3edf8d385802b94f91307
|
||||
? func_800413B8(f32, f32 *, f32, f32, f32 *); // extern
|
||||
? f32_step_towards(f32, f32 *, f32, f32, f32 *); // extern
|
||||
extern f32 D_800EF4A0;
|
||||
extern f32 D_800EF4A4;
|
||||
extern f32 D_800EF4A8;
|
||||
@@ -1301,7 +1301,7 @@ void func_80089020(s32 arg0, f32 *arg1) {
|
||||
phi_f0 = D_800EF4D0;
|
||||
}
|
||||
}
|
||||
func_800413B8(0.0f, arg1, 0.0f, phi_f0, arg1);
|
||||
f32_step_towards(0.0f, arg1, 0.0f, phi_f0, arg1);
|
||||
}
|
||||
#else
|
||||
GLOBAL_ASM("asm/non_matchings/code_80086E70/func_80089020.s")
|
||||
|
||||
Reference in New Issue
Block a user