We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2415527 commit 68f5c8fCopy full SHA for 68f5c8f
src/playstate/updatestats.asm
@@ -348,17 +348,11 @@ addLineClearPoints:
348
bne @notMarathon
349
lda startLevel
350
@notMarathon:
351
- cmp #$FF
352
- bne @noverflow
353
- lda #1
354
- sta factorA24+1
355
- lda #0
356
sta factorA24+0
357
- jmp @multSetupEnd
+ inc factorA24+0
+ bne @noverflow
+ inc factorA24+1
358
@noverflow:
359
- adc #1
360
- sta factorA24
361
-@multSetupEnd:
362
363
lda completedLines
364
beq addLineClearPoints_end ; skip with 0 completed lines
0 commit comments