Skip to content

narfman0/romhacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

romhacks

This is a personal archive of romhacks

Usage

Unless otherwise specified, the patches will be distributed as ips files. The patching program, Lunar IPS, will take the the original rom you backed up and an ips file to produce a new patched rom file.

Steps:

  • Download and run Lunar IPS
  • Ensure your target rom has been extracted from zip
  • Select 'Apply patch'
  • Follow the title screen in popups - select the ips file, select target rom
  • Select where you want to save your patched rom

IPS format

While explaining each is easy enough, ips patch files are very simple to read. There is a constant PATCH ascii in the beginning: 50 41 54 43 48. Then, multiple hunks follow, each of which are a 3 byte offset, 2 byte length, and payload. The file ends with EOF 45 4F 46

License

Please see included LICENSE file for more info

Releases

No releases published

Packages

No packages published