Petari/README.md
2021-12-06 00:29:52 -05:00

875 B

Super Mario Galaxy 1 Decompilation

This repo contains a WIP decompilation of Super Mario Galaxy 1 (USA).

Build Instructions

  1. Obtain a copy of the GC_WII_COMPILERS zip. I can provide this if you need it (DM me on Discord at shibboleet#1010).
  2. Add MWFOLDER, the path to the CodeWarrior 1.2.5 installation, to the system enviornment variables. Do the same for NW4R with the name NW4RFOLDER, and once more for RVL_SDK with the name RVLFOLDER. Add CWFOLDER and have it point the GC_WII_COMPILERS folder.
  3. Install pyelftools and capstone in Python 3.
  4. Run build.py, then use check.py to verify matching status. For more information, see docs/Contributing.

Contributions

Contributions and PRs are welcome.