#nes #tetris #hard #drop #rom #addition #patch

app nes-tetris-hard-drop-patcher

Tool for modifying the NES Tetris rom to support hard drop

3 releases

0.1.2 Mar 22, 2021
0.1.1 Mar 21, 2021
0.1.0 Mar 21, 2021

#12 in #tetris

25 downloads per month

MIT license

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

demo

IPS Patch

Download the IPS patch that applies this change here.

Dependencies

~3.5–5MB
~82K SLoC