diff options
Diffstat (limited to 'engine/events/bug_contest/contest.asm')
-rwxr-xr-x | engine/events/bug_contest/contest.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/events/bug_contest/contest.asm b/engine/events/bug_contest/contest.asm index 56dca000..88c300e9 100755 --- a/engine/events/bug_contest/contest.asm +++ b/engine/events/bug_contest/contest.asm @@ -12,20 +12,20 @@ BugCatchingContestBattleScript:: startbattle reloadmapafterbattle copybytetovar wParkBalls - iffalse $79C5 + iffalse BugCatchingContestOutOfBallsScript end BugCatchingContestOverScript:: playsound SFX_ELEVATOR_END opentext - writetext $79D1 + writetext BugCatchingContestTimeUpText waitbutton jump $79CD BugCatchingContestOutOfBallsScript: playsound SFX_ELEVATOR_END opentext - writetext $79D6 + writetext BugCatchingContestIsOverText waitbutton BugCatchingContestReturnToGateScript: @@ -33,9 +33,9 @@ BugCatchingContestReturnToGateScript: jumpstd bugcontestresultswarp BugCatchingContestTimeUpText: - text_jump _BugCatchingContestTimeUpText + text_far _BugCatchingContestTimeUpText db "@" BugCatchingContestIsOverText: - text_jump _BugCatchingContestIsOverText + text_far _BugCatchingContestIsOverText db "@"
\ No newline at end of file |