Skip to content

Commit c8ee9ac

Browse files
committed
save byte
1 parent 68f5c8f commit c8ee9ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/playstate/util.asm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ checkIfAboveLowStackLine:
120120
lda #19
121121
sbc lowStackRowModifier
122122
tax
123-
lda multBy10Table,x
124-
tay
123+
ldy multBy10Table,x
125124
ldx #$0A
126125
sec
127126
@checkForBlockInRow:

0 commit comments

Comments
 (0)