Bug fix: allow Surfing across map connections

This commit is contained in:
Rangi
2019-02-16 15:45:55 -05:00
parent 4ee7e027be
commit 417f3c7c72
2 changed files with 62 additions and 3 deletions

View File

@@ -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)