A decompilation of Super Mario Galaxy 2. This repository can assemble and recompile the main DOL back 1:1 to the original.
- Python 3.7 or newer.
- ninja build system.
Place a Super Mario Galaxy 2 USA main.dol
in orig/SB4E01/sys
. Once that is placed, simply run python config.py
and it will setup and configure the project. Then simply run ninja
to build the repository.