- A GUI for IPS Patches, and Management of ROMHACKS.
- Patch ROMS, Create, Combine/Merge, and Parse your ROM Patches.
- Download Compiled Binary Here.
- Install customtkinter with
pip install customtkinter
. - Run the
gui.pyw
file, and select as many patches as you want to combine.
- Takes an unlimited amount of patches and combines them into one patch.
- Run the
cli.py
with the following arguments.
py main.py [patch1] [patch2] [patch3] [patch3] ... ...