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 58373f0 commit c287378Copy full SHA for c287378
src/modes/crunch.asm
@@ -38,14 +38,14 @@ advanceGameCrunch:
38
dec generalCounter
39
bpl @nextRow
40
41
-; restore playfieldAddr and set vramRow for rendering
+; set vramRow to render entire playfield
42
lda #$00
43
sta vramRow
44
- sta playfieldAddr
45
crunchReturn:
46
rts
47
48
; for init only. row determined by generalCounter
+; playfieldAddr ends restored to 0 as top row is done last
49
advanceSidesInit:
50
ldy generalCounter
51
lda multBy10Table,y
0 commit comments