From 078c2001e713257a97338f64e885e28ab31668d0 Mon Sep 17 00:00:00 2001 From: Randy Thiemann Date: Tue, 24 Oct 2023 04:43:50 +0200 Subject: [PATCH] Scoring bug. --- src/field.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/field.asm b/src/field.asm index 16e7b7c..5c478a8 100644 --- a/src/field.asm +++ b/src/field.asm @@ -1819,6 +1819,7 @@ FieldDelay:: call LevelUp ; Update the combo counter. + ldh a, [hLineClearCt] ld b, a ldh a, [hComboCt] ; Old combo count. add b ; + lines