Skip to content

Commit ddab97f

Browse files
committed
free a byte
1 parent 197f69d commit ddab97f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/playstate/lock.asm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ playState_lockTetrimino:
4242
adc tetriminoX
4343
sta generalCounter
4444
lda currentPiece
45-
sta currentPiece_copy
4645
asl a
4746
asl a
4847
sta generalCounter2

src/ram.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lines: .res 2 ; $0050
3939
rowY: .res 1 ; $0052
4040
linesBCDHigh: .res 1 ; $53
4141
linesTileQueue: .res 1 ; $54
42-
currentPiece_copy: .res 1 ; $55 ; used in floor code checking
42+
.res 1
4343
completedLines: .res 1 ; $0056
4444
lineIndex: .res 1 ; $0057 ; Iteration count of playState_checkForCompletedRows
4545
startHeight: .res 1 ; $0058

0 commit comments

Comments
 (0)