SMS Gecko codes made by sup39.
| .img | ||
| ControllerInputDisplay | ||
| drawText | ||
| FastForward | ||
| InstantLevelSelect | ||
| InstantLevelSelectExtra | ||
| InstantRestart | ||
| PatternSelector | ||
| QFSGT | ||
| SpawnYoshi | ||
| StageIntroSkip | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
supSMS-GeckoCode
Gecko codes for Super Mario Sunshine made by sup39.
Prerequisite for compiling the codes
- Python >= 3.8
- devkitPro
- supSMSGecko >= 0.1.0a5
pip install -U "supSMSGecko>=0.1.0a5"
Compiling the codes
# go to the directory of the code (e.g. ControllerInputDisplay)
cd ControllerInputDisplay
# run make.py
python make.py
# the result will be in `@code.xml`