core2 .data defininitions

This commit is contained in:
Banjo Kazooie
2022-08-10 16:06:32 -05:00
parent e651f96508
commit bd0dfb3ea5
23 changed files with 486 additions and 117 deletions

View File

@@ -125,7 +125,7 @@ int func_802B8190(enum bs_e state){
|| state == BS_7E_WALRUS_SLED
|| state == 0x82
|| state == 0x80
|| state == BS_7D_WALRUS_SLED_DRONE;
|| state == BS_9C_WALRUS_SLED_DRONE;
}
int func_802B81F0(enum bs_e state){
@@ -135,7 +135,7 @@ int func_802B81F0(enum bs_e state){
|| state == BS_6A_WALRUS_FALL
|| state == BS_WALRUS_OW
|| state == BS_WALRUS_DIE
|| state == BS_WALRUS_DRONE
|| state == BS_95_WALRUS_DRONE
|| func_802B8190(state);
}