Skip to content

Commit 731b775

Browse files
Merge pull request #62 from adrien1018/patch-1
Fix classic score renderer bug
2 parents 99aec4d + 15e410f commit 731b775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nmi/render_score.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ getScoreDiv100k:
196196
lsr
197197
lsr
198198
lsr
199+
clc
199200
tax
200201
lda multBy100Table, x
201202
adc tmpZ

0 commit comments

Comments
 (0)