Skip to content

Commit a8aeae1

Browse files
committed
Merge branch 'master' of github.com:kirjavascript/TetrisGYM
2 parents 0723c2c + 00af43b commit a8aeae1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/playstate/active.asm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ harddrop_tetrimino:
3838
bne @sonic
3939
rts
4040
@sonic:
41-
lda #0
42-
sta vramRow
4341
lda #$D0
4442
sta autorepeatY
4543
rts

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)