We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6503221 commit fc1bc32Copy full SHA for fc1bc32
1 file changed
README.md
@@ -1,4 +1,7 @@
1
-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
+This contains various tools built for Paper Mario: The Thousand Year Door, some of which are applicable to other GameCube games as well.
+ * docs: Various pieces of documentation
3
* ttydasm: Disassembler for the event command scripting language
4
* rellink: REL file linking tool
5
+ * elf2rel: Convert from ELF file to REL file
6
+ * gcipack: Pack a file into a GCI file to be loaded off memory card
7
+ * rel: Framework for writing code on-top of existing GameCube games
0 commit comments