This repo contains a WIP decompilation of Super Mario Galaxy 1 (US).
It builds the following DOL:
main.dol: sha1: 9A71008AE1EE9010E267FA67D1F0B0D4F0E895DD
- Obtain a clean DOL of Super Mario Galaxy 1 and place it in the include folder and name it
baserom.dol
. - Obtain a copy of mwcceppc and mwldeppc from CodeWarrior (I can supply this if you DM me shibboleet#1407) These are also available here. You can run the installer and grab the two files out of the
PowerPC_EABI_Tools/Command_Line_Tools
folder where you installed it. Also obtain powerpc-eabi-as and powerpc-eabi-objcopy, which can be installed with devkitPro. These will go into thetools
folder. - Build tools and
make
.
Contributions and PRs are welcome.