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 da98b4e commit 105b15eCopy full SHA for 105b15e
CHANGELOG.md
@@ -44,6 +44,14 @@
44
* Fixed a bug in hard drop where it crashed if you got a tetris
45
* Fixed a bug in hard drop where you can spam drop to float at the top of the playfield
46
47
+### rev02
48
+
49
+* Removed transitions in Tap Quantity
50
+* Added scoring to Tap Quantity
51
+* Fixed Hard Drop crashing for real
52
+* Fixed soft drop spamming cheat
53
+* Fixed some top row bugs in Hard Drop
54
55
## [CNROM]
56
* CNROM support
57
main.asm
@@ -1023,8 +1023,8 @@ harddropShift:
1023
inx
1024
cpx #$A
1025
bne @topRowLoop
1026
- lda #TETRIMINO_X_HIDE
1027
- sta tetriminoX
+ ; lda #TETRIMINO_X_HIDE
+ ; sta tetriminoX
1028
1029
@noScore:
1030
0 commit comments