diff --git a/include/functions.h b/include/functions.h index 88a0c639..80aa5bd9 100644 --- a/include/functions.h +++ b/include/functions.h @@ -1,4 +1,6 @@ #ifndef FUNCTIONS_H #define FUNCTIONS_H +void func_8008E5E8(void); + #endif \ No newline at end of file diff --git a/src/main/hud.c b/src/main/hud.c index 423b198b..cfed06af 100644 --- a/src/main/hud.c +++ b/src/main/hud.c @@ -178,7 +178,9 @@ s32 func_8008CB8C(void) { #pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_8008EA14.s") -#pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_8008F94C.s") +void func_8008F94C(void) { + func_8008E5E8(); +} #pragma GLOBAL_ASM("asm/us/nonmatchings/main/hud/func_8008F96C.s")