Mono-repo of assembly based patches for the GBA game Megaman Battle Network.
blind-mode
: Permament blind mode
- GNU make, build system.
- armips, ARM assembler.
- flips, IPS patcher to generate
.ips
patch files (optional). - GNU coreutils, create IPS patch without original ROM (optional).
Make sure that original GBA roms is located in roms/
with the following
naming schema <game[-version]>-<region>.gba
, eg. bn5-protoman-jp.gba
or
bn2-us.gba
.
To build a custom ROM, run the following make target
make <patch>
make blind-mode
To build IPS patch files, run the following make target
make <patch>-patches
make blind-mode-patches