summaryrefslogtreecommitdiff
path: root/event/bug_contest/contest.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-24 12:47:30 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-24 12:47:30 -0500
commitc66d195089b1e1b823be4f0a0fc9b8f41f5f790d (patch)
tree47869a9d9ed7f5c2c8a8974b5a46a35e65ffef6a /event/bug_contest/contest.asm
parentd787c66374df60fceb34fa5860c34bf56e476cbe (diff)
callba/callab → farcall/callfar
Diffstat (limited to 'event/bug_contest/contest.asm')
-rw-r--r--event/bug_contest/contest.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/event/bug_contest/contest.asm b/event/bug_contest/contest.asm
index 2cb88ad30..ba561abf2 100644
--- a/event/bug_contest/contest.asm
+++ b/event/bug_contest/contest.asm
@@ -3,7 +3,7 @@ Special_GiveParkBalls: ; 135db
ld [wContestMon], a
ld a, 20
ld [wParkBallsRemaining], a
- callba StartBugContestTimer
+ farcall StartBugContestTimer
ret
BugCatchingContestBattleScript:: ; 0x135eb