Scoring bug.
This commit is contained in:
parent
056bdf36a5
commit
078c2001e7
|
@ -1819,6 +1819,7 @@ FieldDelay::
|
||||||
call LevelUp
|
call LevelUp
|
||||||
|
|
||||||
; Update the combo counter.
|
; Update the combo counter.
|
||||||
|
ldh a, [hLineClearCt]
|
||||||
ld b, a
|
ld b, a
|
||||||
ldh a, [hComboCt] ; Old combo count.
|
ldh a, [hComboCt] ; Old combo count.
|
||||||
add b ; + lines
|
add b ; + lines
|
||||||
|
|
Loading…
Reference in New Issue