mirror of
https://github.com/1superchip/ty-decomp.git
synced 2024-11-22 20:39:44 +00:00
Decompilation of Ty the Tasmanian Tiger
e4df2115ae
Document LevelNumber enum Formatting fixes Fix pooling issues |
||
---|---|---|
config | ||
include | ||
orig | ||
src | ||
tools | ||
.gitattributes | ||
.gitignore | ||
common.py | ||
configure.py | ||
diff_settings.py | ||
diff.py | ||
generate_progress.py | ||
progress.py | ||
README.md | ||
requirements.txt | ||
upload_progress.py |
ty1-decomp
Decompilation of Ty the Tasmanian Tiger NTSC-U (GTYE69)
Building
Dump a copy of the game
- Place main.dol in orig/
- Place CodeWarrior 1.3.2 in tools/1.3.2/, 1.2.5 in tools/1.2.5/, and 1.2.5n in tools/1.2.5n/
- Install DevkitPPC, Ninja and Python
- DevkitPPC r39
- Ninja 1.3
- Install the required modules from requirements.txt (
pip install -r requirements.txt
) - Run configure.py
- Run ninja
Checking Progress
Run progress.py after a successful build to see the current .text section progress
Credits
- SeekyCt for ppcdis and spm decomp