Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 620 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 620 Bytes

Super Mario Advance 2 (U)

This is a disassembly of Super Mario Advance 2

It builds the following ROM:

  • sma2.gba sha1: 5101DDF223D1D918928FE1F306B63A42ADA14A5E

Setting up the repository

  • 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 Pokeruby-tools Copy the tools/ folder into the repository directory.

  • You can then build sma2 using make in the MSYS environment provided with devkitARM.