diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 13:25:56 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 13:25:56 -0400 |
commit | 54bbefeed1b14e13fcf7850dea125d99a23c507b (patch) | |
tree | 97447eced0a89de136f37adb52a397b19c0744f4 /engine/events/bug_contest/contest.asm | |
parent | 9f01e33a0428f8a8c206b3f6018f526a41d65b43 (diff) |
Treat std scripts like specials and predefs (ported from pokecrystal)
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 6a3f7799..90d35130 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 |