A simple IPS patcher written in Hy
|
Reiddragon
fe676f3b5a
Added a Python version of the patcher
The Python version is resulted from hy2py, cleaned up of any junk Hy creates that isn't actually needed, but the code is still quite ugly considering the translation |
||
|---|---|---|
| ips-patcher.hy |
renamed EMPTY-RECORD to RECORD
|
|
| ips_patcher.py | Added a Python version of the patcher | |
| LICENSE | Initial commit | |
| README.md | Added a list of dependencies | |
ips-patcher.hy
A simple IPS patcher written in Hy
Dependencies
The patcher relies on Python 3.10 or higher, and Hy
Usage
Simply run the patcher from the command line, providing it with a ROM file to
patch and an IPS file containing the patches. Optionally you can provide the
path where to save the resulting ROM file. If the path for the output file is
ommited, the resulting file will be named [original rom name] - [IPS name].[original ROM extension]
$ ips-patcher <path/to/ROM> <path/to/IPS> [<path/to/output>]