Skip to content

Commit 0fc0c8c

Browse files
Merge pull request #109 from zohassadar/save_byte
save byte
2 parents f0c5817 + c8ee9ac commit 0fc0c8c

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)