diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 12:47:30 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 12:47:30 -0500 |
commit | c66d195089b1e1b823be4f0a0fc9b8f41f5f790d (patch) | |
tree | 47869a9d9ed7f5c2c8a8974b5a46a35e65ffef6a /event/catch_tutorial.asm | |
parent | d787c66374df60fceb34fa5860c34bf56e476cbe (diff) |
callba/callab → farcall/callfar
Diffstat (limited to 'event/catch_tutorial.asm')
-rw-r--r-- | event/catch_tutorial.asm | 2 |
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 |