Skip to content

Reiddragon/ips-patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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>]

About

An IPS patcher written in Hy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages