Matched REL/w06/bowser

This commit is contained in:
mrshigure 2024-04-06 12:33:46 -07:00
parent 4e2c3b7631
commit bc0f33b800
5 changed files with 1313 additions and 79 deletions

1228
src/REL/w06Dll/bowser.c Executable file

File diff suppressed because it is too large Load diff

View file

@ -229,15 +229,15 @@ static s32 fn_1_900(void) {
var_r30 = GWPlayer[GWSystem.player_curr].space_curr;
temp_r31 = BoardSpaceFlagGet(0, var_r30) & 0x600000;
if (temp_r31 == 0x200000) {
fn_1_1054(); // TODO: return?
fn_1_1054();
} else if (temp_r31 == 0x400000) {
fn_1_4A60(); // TODO: return?
fn_1_4A60();
}
}
static s32 fn_1_984(void) {
if (BoardPlayerSizeGet(GWSystem.player_curr) != 2) {
fn_1_6EF0(); // TODO: return?
fn_1_6EF0();
}
}