Skip to content

Commit 2f04da6

Browse files
committed
remove unneeded/inaccurate comments
1 parent 2e04484 commit 2f04da6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/modes/crunch.asm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ advanceSides:
3939

4040
lda #BLOCK_TILES
4141

42-
; y controls left tile count and offset into playfield
4342
ldy #$0
4443
@leftLoop:
4544
dec crunchLeftColumns
@@ -50,7 +49,6 @@ advanceSides:
5049

5150
@initRight:
5251
ldy #$9
53-
; x controls right tile count, y controls offset into playfield
5452
@rightLoop:
5553
dec crunchRightColumns
5654
bmi crunchReturn
@@ -60,7 +58,6 @@ advanceSides:
6058

6159

6260
unpackCrunchModifier:
63-
; initialize vars
6461
lda crunchModifier
6562
lsr
6663
lsr

0 commit comments

Comments
 (0)