summaryrefslogtreecommitdiff
path: root/event/bug_contest/caught_mon.asm
diff options
context:
space:
mode:
Diffstat (limited to 'event/bug_contest/caught_mon.asm')
-rw-r--r--event/bug_contest/caught_mon.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/event/bug_contest/caught_mon.asm b/event/bug_contest/caught_mon.asm
index 729033d8b..5d423f466 100644
--- a/event/bug_contest/caught_mon.asm
+++ b/event/bug_contest/caught_mon.asm
@@ -3,8 +3,8 @@ BugContest_SetCaughtContestMon: ; e6ce
and a
jr z, .firstcatch
ld [wd265], a
- callba DisplayAlreadyCaughtText
- callba DisplayCaughtContestMonStats
+ farcall DisplayAlreadyCaughtText
+ farcall DisplayCaughtContestMonStats
lb bc, 14, 7
call PlaceYesNoBox
ret c