Super Mario Galaxy 1 decompilation.
Go to file
2019-07-28 23:29:12 -04:00
include LiveActor::startClipped() and endClipped() 2019-07-28 23:29:12 -04:00
source LiveActor::startClipped() and endClipped() 2019-07-28 23:29:12 -04:00
.gitignore Start on NameObjCategoryList and other small additions 2019-07-23 21:34:21 -04:00
build.py 1:1 MR::genHashCode() 2019-07-27 01:04:13 -04:00
README.md Add -force flag, and decompile NameObjArchiveListCollector 2019-07-23 02:36: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 [flags]

Use the -force flag to force a compile without checking for hashes. Use this if you change a header but not any source file.

If you do not have CodeWarrior in $PATH, stick the executables into a folder on the root named "tools".

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