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

@@ -54,19 +54,19 @@ void func_80298970(s32 arg0){
int val = 0;
switch(arg0){
case 1:
if(bs_checkInterrupt(0x1E) == 2)
if(bs_checkInterrupt(BS_INTR_1E) == 2)
val = 1;
break;
case 2:
if(bs_checkInterrupt(0x1C) == 2)
if(bs_checkInterrupt(BS_INTR_1C) == 2)
val = 1;
break;
case 3:
if(bs_checkInterrupt(0x1D) == 2)
if(bs_checkInterrupt(BS_INTR_1D) == 2)
val = 1;
break;
case 4:
if(bs_checkInterrupt(0x25) == 2)
if(bs_checkInterrupt(BS_INTR_25) == 2)
val = 1;
break;
default: