diff options
Diffstat (limited to 'engine/events/catch_tutorial.asm')
-rw-r--r-- | engine/events/catch_tutorial.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/catch_tutorial.asm b/engine/events/catch_tutorial.asm index 5c12a02f..3539ceab 100644 --- a/engine/events/catch_tutorial.asm +++ b/engine/events/catch_tutorial.asm @@ -35,7 +35,7 @@ CatchTutorial:: ldh [hJoyPressed], a ld a, [wOptions] push af - and $ff ^ TEXT_DELAY_MASK + and ~TEXT_DELAY_MASK add TEXT_DELAY_MED ld [wOptions], a ld hl, .AutoInput |