mirror of
https://github.com/SMGCommunity/Petari.git
synced 2024-11-23 13:40:02 +00:00
Super Mario Galaxy 1 decompilation.
b24be455b4
In case the user didn't have it. |
||
---|---|---|
csv | ||
data | ||
docs | ||
include | ||
progressCalc | ||
source | ||
.gitignore | ||
build.py | ||
check.py | ||
dol.py | ||
README.md | ||
setup.py | ||
util.py |
Super Mario Galaxy 1 Decompilation
This repo contains a WIP decompilation of Super Mario Galaxy 1 (USA).
Build Instructions
- Obtain a clean copy of a main.dol from Super Mario Galaxy 1 and rename it to
baserom.dol
, and place it on the root. - Run
setup.py
to download and install all of the dependencies. - Run
build.py
, then usecheck.py
to verify matching status. For more information, see docs/Contributing.
Contributions
Want to contribute, or learn how to contribute? Try joining our Discord server (link is at the top), and looking into docs/Contributing! We will be glad to answer any questions for people who wish to contribute. All pull requests and issues are welcome.