Super Mario Galaxy 1 decompilation.
Go to file
2022-01-01 13:05:19 -05:00
csv Merge branch 'master' of http://github.com/shibbo/Petari 2022-01-01 13:05:19 -05:00
data MapPartsFunction and MapPartsRailGuidePoint decompiled 2022-01-01 13:01:48 -05:00
docs Merge branch 'master' of http://github.com/shibbo/Petari 2022-01-01 13:05:19 -05:00
include Merge branch 'master' of http://github.com/shibbo/Petari 2022-01-01 13:05:19 -05:00
source Merge branch 'master' of http://github.com/shibbo/Petari 2022-01-01 13:05:19 -05:00
.gitignore CameraTargetActor 2021-12-26 20:16:14 +01:00
build.py I should probably test before I commit 2021-12-26 00:59:53 +01:00
check.py make some progress on shadow volume drawers 2021-12-29 10:23:34 -05:00
progress.py possibly fix bug that omitted templated brackets 2021-12-30 09:23:21 -05:00
README.md Introduce new setup system 2021-12-20 01:14:03 -05:00
setup.py Fix elftools install 2021-12-20 13:24:04 -05:00

Super Mario Galaxy 1 Decompilation

chat on our Discord

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

Build Instructions

  1. 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.
  2. Run setup.py to download and install all of the dependencies.
  3. Run build.py, then use check.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.