Skip to content

lambda-larry/rockexe-kaizou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Megaman Battle Network patches

Mono-repo of assembly based patches for the GBA game Megaman Battle Network.

Patches

Compiling

Dependencies

  • 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).

Building

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

About

Patches and rom hacks for Megaman Battle Network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published