mirror of
https://github.com/SMGCommunity/Petari.git
synced 2024-11-27 23:40:39 +00:00
875 B
875 B
Super Mario Galaxy 1 Decompilation
This repo contains a WIP decompilation of Super Mario Galaxy 1 (USA).
Build Instructions
- Obtain a copy of the
GC_WII_COMPILERS
zip. I can provide this if you need it (DM me on Discord at shibboleet#1010). - Add
MWFOLDER
, the path to the CodeWarrior 1.2.5 installation, to the system enviornment variables. Do the same for NW4R with the nameNW4RFOLDER
, and once more for RVL_SDK with the nameRVLFOLDER
. AddCWFOLDER
and have it point theGC_WII_COMPILERS
folder. - Install
pyelftools
andcapstone
in Python 3. - Run
build.py
, then usecheck.py
to verify matching status. For more information, see docs/Contributing.
Contributions
Contributions and PRs are welcome.