- Obtain a clean copy of
main.dol
from 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_name
If 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.py
This will update all of the functions, documents, and the progress badge.
For more information check the Contribution Guide .