Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 979 Bytes

Build.md

File metadata and controls

59 lines (33 loc) · 979 Bytes

Build Instructions


  1. Obtain a clean copy of main.dol from Super Mario Galaxy 1 (Korean)

  1. Rename it to baserom.dol

  1. Place it on the root folder

  1. Download / Install dependencies with:

    python setup.py

  1. Build with:

    python build.py

  1. 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.


  1. 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 .