3 releases
0.1.2 | Mar 22, 2021 |
---|---|
0.1.1 | Mar 21, 2021 |
0.1.0 | Mar 21, 2021 |
#9 in #hard
595KB
357 lines
NES Tetris Hard Drop Patcher
This tool reads an ines ROM file from standard input, assumes its NES Tetris, and writes an ines ROM file to its standard output which is NES Tetris with the addition of hard drop by pressing "up" on the controller.
$ cargo run < 'Tetris (U) [!].nes' > tetris-hard-drop.nes
$ fceux tetris-hard-drop.nes # fceux is a NES emulator
IPS Patch
Download the IPS patch that applies this change here.
Dependencies
~3–11MB
~116K SLoC