Super Mario Galaxy 1 decompilation.
Go to file
2021-12-29 02:39:36 -05:00
csv MirrorActor and MirrorCamera progress 2021-12-29 02:39:36 -05:00
data MirrorActor and MirrorCamera progress 2021-12-29 02:39:36 -05:00
docs MirrorActor and MirrorCamera progress 2021-12-29 02:39:36 -05:00
include MirrorActor and MirrorCamera progress 2021-12-29 02:39:36 -05:00
source MirrorActor and MirrorCamera progress 2021-12-29 02:39:36 -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 Check -only-errors 2021-12-26 13:11:56 +01:00
progress.py fix issue with progress.py that caused the last entry in each library to not be appended to documentation 2021-12-29 00:02:11 -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.