Decompilation of Ty the Tasmanian Tiger
Go to file
1superchip e4df2115ae Fix pooling issues
Document LevelNumber enum
Formatting fixes
Fix pooling issues
2024-11-10 17:36:40 -06:00
config Fix pooling issues 2024-11-10 17:36:40 -06:00
include Fix pooling issues 2024-11-10 17:36:40 -06:00
orig Initial commit 2022-10-19 15:14:54 -05:00
src Fix pooling issues 2024-11-10 17:36:40 -06:00
tools Initial commit 2022-10-19 15:14:54 -05:00
.gitattributes Initial commit 2022-10-19 15:14:54 -05:00
.gitignore Ignore objdiff.json 2024-08-12 16:12:50 -05:00
common.py Updare README and update configure.py 2023-07-15 15:17:09 -05:00
configure.py Add source_path to objdiff.json objects config 2024-10-06 16:53:57 -05:00
diff_settings.py Add diff.py 2023-11-08 21:20:04 -06:00
diff.py Add diff.py 2023-11-08 21:20:04 -06:00
generate_progress.py Add frogress badge 2023-11-10 22:07:08 -06:00
progress.py Link Runtime linker files 2023-07-21 12:03:03 -05:00
README.md Update README.md 2023-11-10 22:08:35 -06:00
requirements.txt Initial commit 2022-10-19 15:14:54 -05:00
upload_progress.py Add frogress badge 2023-11-10 22:07:08 -06:00

ty1-decomp Discord Channel dol progress

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