summaryrefslogtreecommitdiff
path: root/event/catch_tutorial.asm
diff options
context:
space:
mode:
Diffstat (limited to 'event/catch_tutorial.asm')
-rw-r--r--event/catch_tutorial.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/event/catch_tutorial.asm b/event/catch_tutorial.asm
index 8340d8c13..b9352ccd6 100644
--- a/event/catch_tutorial.asm
+++ b/event/catch_tutorial.asm
@@ -41,7 +41,7 @@ CatchTutorial:: ; 4e554
ld hl, .AutoInput
ld a, BANK(.AutoInput)
call StartAutoInput
- callab StartBattle
+ callfar StartBattle
call StopAutoInput
pop af