You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This contains the tools for Paper Mario: The Thousand Year Door I have built. Most of these were built completely blind without any debug information.
2
-
* docs: Not a tool, this folder contains various pieces documentation
3
-
* ttydasm: Disassembler for the event command scripting language
4
-
* rellink: REL file linking tool
1
+
This contains the practice codes that I have made for Paper Mario: The Thousand-Year Door. The initial code for this project came from PistonMiner's work. https://github.com/PistonMiner/ttyd-tools
2
+
3
+
The codes are stored on the save files (gci files) listed on the releases page. You must use the proper file for your version of the game.
4
+
G8ME = US, G8MJ = JP, G8MP = EU
5
+
https://github.com/Zephiles/ttyd-tools/releases
6
+
7
+
To use them on console, you need to use a homebrew app to move the save file onto your memory card, and then use the provided gct files with your prefered homebrew app.
To use them on an emulator such as Dolphin, you need to either import the save file onto the virtual memory card used by the emulator, or move the file into the GCI folder (this is a Dolphin thing). You must then use either the provided Action Replay code or the provided Gecko code. The Gecko code is shorter, so that is the prefered code to use. The Action Replay code is provided mainly for people who happen to be using the old Action Replay discs, or for people who are having issues applying Gecko codes in Dolphin.
0 commit comments