summaryrefslogtreecommitdiff
path: root/engine/events/catch_tutorial.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/catch_tutorial.asm')
-rw-r--r--engine/events/catch_tutorial.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/catch_tutorial.asm b/engine/events/catch_tutorial.asm
index 395b32d3d..5c12a02f1 100644
--- a/engine/events/catch_tutorial.asm
+++ b/engine/events/catch_tutorial.asm
@@ -35,8 +35,8 @@ CatchTutorial::
ldh [hJoyPressed], a
ld a, [wOptions]
push af
- and $f8
- add $3
+ and $ff ^ TEXT_DELAY_MASK
+ add TEXT_DELAY_MED
ld [wOptions], a
ld hl, .AutoInput
ld a, BANK(.AutoInput)