Skip to content

Commit 8d3e2dc

Browse files
committed
always display nextbox when harddrop and block tool
1 parent d5b4e74 commit 8d3e2dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sprites/piece.asm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ stageSpriteForCurrentPiece_return:
136136
rts
137137

138138
stageSpriteForNextPiece:
139+
lda practiseType
140+
cmp #MODE_HARDDROP
141+
beq @alwaysNextBox
142+
lda debugFlag
143+
bne @alwaysNextBox
139144
lda displayNextPiece
140145
bne @ret
141146

0 commit comments

Comments
 (0)