core2/code_83D70.c done

This commit is contained in:
Banjo Kazooie
2022-08-15 16:45:08 -05:00
parent 46ed2ced3c
commit 91a7ea3cad
66 changed files with 575 additions and 338 deletions

View File

@@ -51,7 +51,7 @@ void bs_updateState(void){
bsList_getUpdateMethod(D_8037D164)();
}
s32 bs_checkInterrupt(s32 arg0){
s32 bs_checkInterrupt(enum bs_interrupt_e arg0){
D_8037D16C = arg0;
D_8037D170 = 0;
if(bsList_getInterruptMethod(D_8037D164) != NULL)
@@ -63,6 +63,6 @@ void func_8029A86C(s32 arg0){
D_8037D170 = arg0;
}
s32 bs_getInterruptType(void){
enum bs_interrupt_e bs_getInterruptType(void){
return D_8037D16C;
}