Reverse engineering - sepalani/MHTrIDA GitHub Wiki
Here are a bunch of tools you can use to reverse-engineer the game:
- Dolphin debugger
- It can be enabled under
Dolphin Settings > Interface > Show Debugging UI
- It can be enabled under
- Ghidra
- Gekko/Broadway language support
- DOL loader
- Scripts
- Dolphin generated symbol map scripts
- PAT scripts (I need to rewrite/clean them a bit)
- Files
- I mainly work from Dolphin's memory dumps
- The game's
main.dol
can be loaded with the DOL loader