Fix sticky flag.
This commit is contained in:
parent
0a4bc367ec
commit
2aa9f605e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue