core2/code_935F0.c done

This commit is contained in:
Banjo Kazooie
2022-08-17 23:03:46 -05:00
parent 1b417fb873
commit 51284af959
36 changed files with 787 additions and 527 deletions

View File

@@ -13,7 +13,7 @@ struct_drone D_80364B30[] = {
{02, {func_802AEEF4, func_802AEFB0, func_802AF164, func_80296608}},
{04, {bsdronexform_init, bsdronexform_update, bsdronexform_end, bsdronexform_interrupt}},
{05, {func_802AE9C8, func_802AEA2C, func_802AEB24, NULL}},
{06, {func_802AF604, func_802AF668, func_802AF768, NULL}},
{06, {func_802AF604, bsdronevanish_update, func_802AF768, NULL}},
{0}
};

View File

@@ -98,6 +98,6 @@ void func_802B9B14(void){
}
void func_802B9D00(void){
if(bs_getInterruptType() == 0xA)
if(bs_getInterruptType() == BS_INTR_A)
func_80296608();
}