Skip to content

Commit 00af43b

Browse files
Merge pull request #81 from zohassadar/harddrop_tweaks
Harddrop tweaks
2 parents 0defd5b + 8d3e2dc commit 00af43b

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)