Update matching functions in code_801A4EB0 from audio WIP

This commit is contained in:
engineer124
2021-11-11 14:29:32 +11:00
parent e42e0c607c
commit d8bc20f109
+21 -5
View File
@@ -1,17 +1,33 @@
#include "global.h"
#pragma GLOBAL_ASM("asm/non_matchings/code/code_801A4EB0/func_801A4EB0.s")
void func_801A5680(u16 arg0);
void func_801A54D0(u16 arg0);
void func_801A4EB0(void) {
}
#pragma GLOBAL_ASM("asm/non_matchings/code/code_801A4EB0/func_801A4EB8.s")
#pragma GLOBAL_ASM("asm/non_matchings/code/code_801A4EB0/func_801A4FD8.s")
#pragma GLOBAL_ASM("asm/non_matchings/code/code_801A4EB0/func_801A5080.s")
void func_801A5080(u16 arg0) {
if ((D_801D8E3C != 0) && (arg0 < 6)) {
func_801A5680(arg0);
}
}
#pragma GLOBAL_ASM("asm/non_matchings/code/code_801A4EB0/func_801A50C0.s")
void func_801A50C0(u16 arg0) {
if ((D_801D8E3C != 0) && (arg0 < 6)) {
func_801A54D0(arg0);
}
}
#pragma GLOBAL_ASM("asm/non_matchings/code/code_801A4EB0/func_801A5100.s")
u16 func_801A5100(void) {
return D_801D8E44;
}
#pragma GLOBAL_ASM("asm/non_matchings/code/code_801A4EB0/func_801A510C.s")
u8 func_801A510C(void) {
return D_801D8E3C;
}
#pragma GLOBAL_ASM("asm/non_matchings/code/code_801A4EB0/func_801A5118.s")