diff --git a/pewpew.asm b/pewpew.asm index 733555b..3ebfce7 100644 --- a/pewpew.asm +++ b/pewpew.asm @@ -875,9 +875,9 @@ CheckCollisionsWithEnemies: ; TODO: convert to decimal only at display time? SetA16Bit sed ; Set decimal mode. - clc lda playerScore - adc #8 + clc + adc #1 sta playerScore cld ; Clear decimal mode. SetA8Bit