summaryrefslogtreecommitdiff
path: root/engine/events/catch_tutorial.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 14:30:10 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 14:39:28 -0500
commit80480821142d7a7b16dd2b1a98a213e7b389af0f (patch)
tree1e44bf0ba8f410e4debe309295dd389e3f418d8e /engine/events/catch_tutorial.asm
parent2b823389208c7c3691109ad751ccc39aa2408387 (diff)
Remove Predef_ prefix from routines listed in PredefPointers
Diffstat (limited to 'engine/events/catch_tutorial.asm')
-rw-r--r--engine/events/catch_tutorial.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/catch_tutorial.asm b/engine/events/catch_tutorial.asm
index d91af65fe..b9352ccd6 100644
--- a/engine/events/catch_tutorial.asm
+++ b/engine/events/catch_tutorial.asm
@@ -41,7 +41,7 @@ CatchTutorial:: ; 4e554
ld hl, .AutoInput
ld a, BANK(.AutoInput)
call StartAutoInput
- callfar Predef_StartBattle
+ callfar StartBattle
call StopAutoInput
pop af