Match w04 big boo for PAL
This commit is contained in:
parent
d0a6fa54a0
commit
cfc64abda2
2 changed files with 5 additions and 1 deletions
|
|
@ -1488,7 +1488,7 @@ config.libs = [
|
||||||
Object(Matching, "REL/w04Dll/main.c"),
|
Object(Matching, "REL/w04Dll/main.c"),
|
||||||
Object(Matching, "REL/w04Dll/bridge.c"),
|
Object(Matching, "REL/w04Dll/bridge.c"),
|
||||||
Object(Matching, "REL/w04Dll/boo_event.c"),
|
Object(Matching, "REL/w04Dll/boo_event.c"),
|
||||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/w04Dll/big_boo.c"),
|
Object(Matching, "REL/w04Dll/big_boo.c"),
|
||||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/w04Dll/mg_item.c"),
|
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/w04Dll/mg_item.c"),
|
||||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/w04Dll/mg_coin.c"),
|
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/w04Dll/mg_coin.c"),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -913,9 +913,13 @@ static void fn_1_8A60(void) {
|
||||||
HuPrcVSleep();
|
HuPrcVSleep();
|
||||||
}
|
}
|
||||||
fn_1_7300();
|
fn_1_7300();
|
||||||
|
#if VERSION_NTSC
|
||||||
sprintf(sp10, "%d", var_r29);
|
sprintf(sp10, "%d", var_r29);
|
||||||
BoardWinCreate(2, MAKE_MESSID(32, 11), 9);
|
BoardWinCreate(2, MAKE_MESSID(32, 11), 9);
|
||||||
BoardWinInsertMesSet(MAKE_MESSID_PTR(sp10), 0);
|
BoardWinInsertMesSet(MAKE_MESSID_PTR(sp10), 0);
|
||||||
|
#else
|
||||||
|
BoardWinCreate(2, MAKE_MESSID(32, 11), 9);
|
||||||
|
#endif
|
||||||
BoardWinWait();
|
BoardWinWait();
|
||||||
BoardWinKill();
|
BoardWinKill();
|
||||||
BoardAudSeqFadeOut(1, 1000);
|
BoardAudSeqFadeOut(1, 1000);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue