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 2e04484 commit 2f04da6Copy full SHA for 2f04da6
src/modes/crunch.asm
@@ -39,7 +39,6 @@ advanceSides:
39
40
lda #BLOCK_TILES
41
42
-; y controls left tile count and offset into playfield
43
ldy #$0
44
@leftLoop:
45
dec crunchLeftColumns
@@ -50,7 +49,6 @@ advanceSides:
50
49
51
@initRight:
52
ldy #$9
53
-; x controls right tile count, y controls offset into playfield
54
@rightLoop:
55
dec crunchRightColumns
56
bmi crunchReturn
@@ -60,7 +58,6 @@ advanceSides:
60
58
61
59
62
unpackCrunchModifier:
63
- ; initialize vars
64
lda crunchModifier
65
lsr
66
0 commit comments