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 197f69d commit ddab97fCopy full SHA for ddab97f
src/playstate/lock.asm
@@ -42,7 +42,6 @@ playState_lockTetrimino:
42
adc tetriminoX
43
sta generalCounter
44
lda currentPiece
45
- sta currentPiece_copy
46
asl a
47
48
sta generalCounter2
src/ram.asm
@@ -39,7 +39,7 @@ lines: .res 2 ; $0050
39
rowY: .res 1 ; $0052
40
linesBCDHigh: .res 1 ; $53
41
linesTileQueue: .res 1 ; $54
-currentPiece_copy: .res 1 ; $55 ; used in floor code checking
+ .res 1
completedLines: .res 1 ; $0056
lineIndex: .res 1 ; $0057 ; Iteration count of playState_checkForCompletedRows
startHeight: .res 1 ; $0058
0 commit comments