diff options
Diffstat (limited to 'engine/events/whiteout.asm')
-rwxr-xr-x | engine/events/whiteout.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/events/whiteout.asm b/engine/events/whiteout.asm index 4adef9f4f..4bf656055 100755 --- a/engine/events/whiteout.asm +++ b/engine/events/whiteout.asm @@ -10,7 +10,7 @@ Script_OverworldWhiteout:: ; 0x124c8 Script_Whiteout: ; 0x124ce writetext .WhitedOutText waitbutton - special Special_FadeOutPalettes + special FadeOutPalettes pause 40 special HealParty checkflag ENGINE_BUG_CONTEST_TIMER @@ -18,9 +18,9 @@ Script_Whiteout: ; 0x124ce callasm HalveMoney callasm GetWhiteoutSpawn farscall Script_AbortBugContest - special Special_WarpToSpawnPoint + special WarpToSpawnPoint newloadmap MAPSETUP_WARP - end_all + endall .bug_contest jumpstd bugcontestresultswarp |