Use ~X instead of $ff ^ X

This commit is contained in:
Rangi
2021-11-23 20:37:18 -05:00
parent ab0f9c287a
commit e706b878d9
16 changed files with 23 additions and 23 deletions

View File

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