From e158176239d0d93ec5478b6d42f4f316022194c2 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Fri, 13 Oct 2023 07:39:50 -0300 Subject: [PATCH] func_8008556C --- include/hud.h | 2 ++ src/main/hud.c | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/hud.h b/include/hud.h index 1bdc82fe..dfe9a92d 100644 --- a/include/hud.h +++ b/include/hud.h @@ -36,6 +36,8 @@ extern s32 D_1002280; extern s32 D_10030D0; extern s32 D_1011BB0; extern s32 D_1011C80; +extern s32 D_1011D90; +extern s32 D_1011E60; extern s32 D_30013E0; extern s32 D_80137E64; diff --git a/src/main/hud.c b/src/main/hud.c index 0600674f..698a0bf4 100644 --- a/src/main/hud.c +++ b/src/main/hud.c @@ -18,7 +18,9 @@ void func_800854BC(f32 arg0, f32 arg1) { #pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_80085514.s") -#pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_8008556C.s") +void func_8008556C(f32 arg0, f32 arg1) { + func_8009C320(&D_80137E64, &D_1011D90, &D_1011E60, 16, 26, arg0, arg1, 1.0f, 1.0f); +} void func_800855C4(f32 arg0, f32 arg1, f32 arg2, f32 arg3) { func_8009E1E8(&D_80137E64, &D_1002280, 8, 12, arg0, arg1, arg2, arg3);