func_80085740

This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-13 10:08:45 -03:00
parent 9d09056299
commit 5947bd9c85
2 changed files with 9 additions and 1 deletions
+2
View File
@@ -43,6 +43,7 @@ void func_8009D994(s32*, s32*, s32, s32, f32, f32, f32, f32);
void func_8009E1E8(s32*, s32*, s32, s32, f32, f32, f32, f32);
// Weird addresses, assets maybe?
extern s32 D_1000E80;
extern s32 D_1002280;
extern s32 D_10030D0;
extern s32 D_1011280;
@@ -61,6 +62,7 @@ extern s32 D_1013170;
extern s32 D_1013570;
extern s32 D_1013580;
extern s32 D_1013700;
extern s32 D_3000B20;
extern s32 D_30013E0;
extern s32 D_80137E64;
+7 -1
View File
@@ -46,7 +46,13 @@ void func_800856C0(f32 arg0, f32 arg1, f32 arg2, f32 arg3, f32 arg4) {
func_80084E78(&D_80137E64, &D_1013580, &D_1013700, 0x30, 0xC, arg0, arg1, arg2, arg3, 48.0f * arg4, 8.0f);
}
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_80085740.s")
void func_80085740(f32 arg0, f32 arg1, f32 arg2, f32 arg3) {
if (D_801778E8 != 0) {
func_8009D994(&D_80137E64, &D_3000B20, 0x20, 5, arg0, arg1, arg2, arg3);
} else {
func_8009D994(&D_80137E64, &D_1000E80, 0x30, 9, arg0, arg1, arg2, arg3);
}
}
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_800857DC.s")