Super Mario Galaxy 1 decompilation.
Go to file
2019-07-21 21:09:07 -04:00
include Start to implement some of J3D, and write some PSMTX functions 2019-07-21 20:55:29 -04:00
source Move mtx.c to proper location 2019-07-21 21:09:07 -04:00
.gitignore introduce build script, and make functions compile close (if not exactly) to the original 2019-07-12 00:13:19 -04:00
build.py use ifndef guards, decompile a lot of ClippingDirector, and other general organization changes 2019-07-14 22:37:44 -04:00
README.md introduce build script, and make functions compile close (if not exactly) to the original 2019-07-12 00:13:19 -04:00

Petari

A decompilation of Super Mario Galaxy 1. The end goal is to be as close to 1:1 to the original code as possible.

Compiling

Ensure you have CodeWarrior in your $PATH enviornment. After you have it, just run the python script:

python build.py

If it successfully builds, all of the binaries are located in the "build" folder.