This commit is contained in:
Randy Thiemann 2023-10-24 14:46:44 +02:00
parent a4f41eee1f
commit 83ded02c76
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -1823,6 +1823,8 @@ FieldDelay::
; Increment the level counter by the amount of lines. ; Increment the level counter by the amount of lines.
.applylines .applylines
ldh a, [hLineClearCt]
ld e, a
call LevelUp call LevelUp
; Update the combo counter. ; Update the combo counter.