diff --git a/DMGTRIS.GBC b/DMGTRIS.GBC index 71f0a56..d7966ba 100644 Binary files a/DMGTRIS.GBC and b/DMGTRIS.GBC differ diff --git a/src/field.asm b/src/field.asm index 30e1345..040aa2e 100644 --- a/src/field.asm +++ b/src/field.asm @@ -1823,6 +1823,8 @@ FieldDelay:: ; Increment the level counter by the amount of lines. .applylines + ldh a, [hLineClearCt] + ld e, a call LevelUp ; Update the combo counter.