crash_screen decomp and misc (#221)

* crash_screen decomp and misc
This commit is contained in:
MegaMech
2022-06-14 02:37:54 -06:00
committed by GitHub
parent ed3dad7e1a
commit d9bd7bfbc0
25 changed files with 435 additions and 1559 deletions
+5 -11
View File
@@ -2161,17 +2161,11 @@ GLOBAL_ASM("asm/non_matchings/code_800AF9B0/func_800B29D8.s")
#endif
s32 func_800B34E8(s32 arg0) {
if (arg0 == gCharacterGridSelections[0]) {
return 0;
}
if (arg0 == D_8018EDE5) {
return 0;
}
if (arg0 == D_8018EDE6) {
return 0;
}
if (arg0 == D_8018EDE7) {
return 0;
s32 i;
for (i =0; i < 4; i++) {
if (arg0 == gCharacterGridSelections[i]) {
return 0;
}
}
return 1;
}