cttt-decomp
A decompilation of the Nintendo Switch version of Captain Toad: Treasure Tracker [v1.3.0].
Build Instructions
- Obtain a clean copy of a
main
from Captain Toad: Treasure Tracker v1.3.0 and rename it tocttt.nso
, and place it on the root. - Run
setup.py
to download and install all of the dependencies. These dependencies arecapstone
,elftools
,lz4
,ninja
, andcolorama
. It will also download a zipped file that contains the compiler and other headers for easy use of the NNSDK. - Run
build.py
, then usecheck.py
to verify matching status. For more information, see docs/Contributing.
Contributions
Want to contribute, or learn how to contribute? Try joining our Discord server (link is at the top), and looking into docs/Contributing! We will be glad to answer any questions for people who wish to contribute. All pull requests and issues are welcome.