mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
979 B
979 B
Build Instructions
- Obtain a clean copy of
main.dolfrom Super Mario Galaxy 1 (Korean)
- Rename it to
baserom.dol
- Place it on the root folder
-
Download / Install dependencies with:
python setup.py
-
Build with:
python build.py
-
Verify your build with:
python check.py symbol_nameIf your function is matching, then it will return with 0 errors. Be careful, as paired-single instructions are currently unsupported so those are ignored.
-
Update your progress with:
python progress.pyThis will update all of the functions, documents, and the progress badge.
For more information check the Contribution Guide .