Skip to content

Commit 2fee108

Browse files
committed
oops
1 parent b82bafa commit 2fee108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ram.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ highScoreEntryRawPos: .res 1 ; $00D5 ; High score position 0=1st
136136
highScoreEntryNameOffsetForRow: .res 1 ; $00D6 ; Relative to start of table
137137
highScoreEntryCurrentLetter: .res 1 ; $00D7
138138
lineClearStatsByType: .res 7 ; $00D8 ; bcd. one entry for each of single, double, triple, tetris
139-
displayNextPiece: .res 1 ; $00DF
139+
hideNextPiece: .res 1 ; $00DF
140140
AUDIOTMP1: .res 1 ; $00E0
141141
AUDIOTMP2: .res 1 ; $00E1
142142
AUDIOTMP3: .res 1 ; $00E2

0 commit comments

Comments
 (0)