diff options
Diffstat (limited to 'event/lucky_number.asm')
-rw-r--r-- | event/lucky_number.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event/lucky_number.asm b/event/lucky_number.asm index 8cec7599d..4488cfcc9 100644 --- a/event/lucky_number.asm +++ b/event/lucky_number.asm @@ -103,7 +103,7 @@ Special_CheckForLuckyNumberWinners: ; 4d87a ld a, [ScriptVar] and a ret z ; found nothing - callba TrainerRankings_LuckyNumberShow + farcall TrainerRankings_LuckyNumberShow ld a, [wFoundMatchingIDInParty] and a push af |