Fix sticky flag.

This commit is contained in:
Randy Thiemann 2023-10-21 14:00:08 +02:00
parent 0a4bc367ec
commit 2aa9f605e4
1 changed files with 3 additions and 1 deletions

View File

@ -1367,7 +1367,9 @@ FieldDelay::
call LevelUp
ret
: ldh a, [hLineClearCt]
: xor a, a
ldh [hRequiresLineClear], a
ldh a, [hLineClearCt]
ld e, a
call LevelUp
ld c, a