This is a disassembly of Super Mario Advance 2
It builds the following ROM:
- sma2.gba
sha1: 5101DDF223D1D918928FE1F306B63A42ADA14A5E
-
You must have a copy of the Super Mario Advance 2 ROM named
baserom.gba
in the repository directory. -
Install devkitARM.
-
Then get the build tools from https://github.com/pret/pokeruby-tools. Copy the
tools/
folder into the repository directory. -
You can then build sma2 using
make
in the MSYS environment provided with devkitARM.