diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-10 16:44:16 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-10 16:44:16 -0400 |
commit | 518cee440e89660ccf71b9a4f8850c80453ea926 (patch) | |
tree | f6fa9853ea48a11b9a399b8df3869a3ad8f8a5bd /engine/events/bug_contest/contest.asm | |
parent | 32e7e368f4b3ae61bf4a219e89fc04ac8263f431 (diff) |
Resolve #723: treat std scripts like specials and predefs
Diffstat (limited to 'engine/events/bug_contest/contest.asm')
-rw-r--r-- | engine/events/bug_contest/contest.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/bug_contest/contest.asm b/engine/events/bug_contest/contest.asm index 6a3f77994..90d351304 100644 --- a/engine/events/bug_contest/contest.asm +++ b/engine/events/bug_contest/contest.asm @@ -30,7 +30,7 @@ BugCatchingContestOutOfBallsScript: BugCatchingContestReturnToGateScript: closetext - jumpstd bugcontestresultswarp + jumpstd BugContestResultsWarpScript BugCatchingContestTimeUpText: text_far _BugCatchingContestTimeUpText |