Skip to content

Commit e40dad4

Browse files
committed
README.md: Add hard-drop, hold, 7bag
1 parent 0557ed4 commit e40dad4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,25 @@ mod it can level the playing field.
101101
The save-highscores mod changes the mapper of the Tetris ROM to include
102102
save-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)

0 commit comments

Comments
 (0)