This repo contains a WIP decompilation of Paper Mario: The Thousand Year Door (JP).
It builds the following DOL:
ttyd_jp.dol: sha1: cf559d97fef1b3efb8788126250aee88f0491410
- devkitPro
- python3
- gcc
- Obtain a clean DOL of TTYD JP and place it in the base working directory and name it
baserom.dol
. - Download GC_WII_COMPILERS.zip from (https://cdn.discordapp.com/attachments/704241951972524063/801641758249320478/GC_WII_COMPILERS.zip) and extract it to tools/mwcc_compiler/.
- Run the
make
command
Contributions and PRs are welcome.