Home

Awesome

Credits

Overview

These are practice codes that I have made for Paper Mario: The Thousand-Year Door.

Download

The latest release can be found on the releases page.

Usage

See the user manual.

Prerequisites

To build this, you need to have devkitPPC installed. Instructions for doing so can be found here. You also need to place elf2rel.exe in the bin folder. This file can either be compiled manually, or downloaded from here.

Building

To build, you must first add DEVKITPPC and TTYDTOOLS to your environment. DEVKITPPC should be set to the devkitPPC folder, and TTYDTOOLS should be set to the ttyd-tools folder. Then, navigate to the root directory of the repository (the folder with the makefile in it) and run make. Any combination of rules can be applied to this. You should also run make clean after making any changes, as files built with a previous build could cause issues.

Examples of make being used:
make us
make jp eu
make us eu

Special Thanks