This is a disassembly of Sonic Advance 2
It builds the following ROM:
- sa2.gba
sha1: 7bcd6a07af7c894746fa28073fe0c0e34408022d
-
You must have a copy of the Sonic 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 sa2 using
make
in the MSYS environment provided with devkitARM.