File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,25 @@ mod it can level the playing field.
101101The save-highscores mod changes the mapper of the Tetris ROM to include
102102save-RAM and keeps the high scores in that battery-backed RAM.
103103
104+ ## Hard Drop
105+
106+ The hard-drop mod, [ originally made by Stephen Sherratt] [ gridbugs hard-drop ] ,
107+ instantly drops the piece when pressing UP. It was changed to have twoplayer
108+ support and compatibility with other TAUS mods.
109+
110+ [ gridbugs hard-drop ] : https://github.com/gridbugs/mos6502/tree/main/tetris-hard-drop-patcher
111+
112+ ## Hold
113+
114+ The hold mod allows saving a piece for later using SELECT. It does not fully
115+ support two players.
116+
117+ ## 7 Bag
118+
119+ The 7bag mod chooses pieces so that all pieces are chosen evenly. It is a
120+ drop-in replacement for the default piece selection, using no extra memory or
121+ code space than the default; it should be highly compatible with other mods.
122+
104123## Player ID
105124
106125[ ![ In-game] ( media/playerid-ingame.thumb.png )] ( media/playerid-ingame.aspect.png )
You can’t perform that action at this time.
0 commit comments