Decompilation of The Legend of Zelda: Twilight Princess (GCN, USA)
Go to file
Pheenoh 2a6fc42571
begin decomping main01
2021-01-04 00:16:06 -05:00
.github/workflows add clang-format CI check 2020-12-26 13:18:14 -05:00
asm swap in memcpy for func_80003540, correct some minor issues in dvd.h and JKRDVDFile.h 2021-01-03 21:08:33 -05:00
include begin decomping main01 2021-01-04 00:16:06 -05:00
libs JKRFileLoader, JKRFileFinder, and JKRThread (#60) 2021-01-03 22:48:07 -05:00
src begin decomping main01 2021-01-04 00:16:06 -05:00
tools JKRDecomp OK (#58) 2021-01-03 16:19:54 -05:00
.clang-format add missing class in d_save and clang-format 2020-12-25 21:11:16 -05:00
.gitignore move asm in TUs to files, add diff.py 2020-12-26 13:03:37 -05:00
Makefile OSX support (#48) 2021-01-02 01:41:40 -05:00
README.md Add discord server link 2020-09-05 15:21:05 -04:00
asmdiff.sh Start Z2SceneMgr and Various Fixes (#11) 2020-12-02 20:35:32 -05:00
diff.py diff.py: be smarter about finding object files (#55) 2021-01-03 00:58:42 -05:00
diff_settings.py diff.py: be smarter about finding object files (#55) 2021-01-03 00:58:42 -05:00
dolzel2.sha1 ok 2020-08-29 17:54:55 -04:00
ldscript.lcf dSv_info_c::isSwitch OK 2021-01-03 03:51:44 -05:00
obj_files.mk decomp some small files, do some cleanup (#42) 2021-01-03 01:04:15 -05:00
re_notes.md re_notes.md (#25) 2020-12-13 15:47:39 -05:00
rels_sha1.md ok 2020-08-29 17:54:55 -04:00

README.md

The Legend of Zelda: Twilight Princess

This repo contains a WIP decompilation of The Legend of Zelda: Twilight Princess (GCN USA).

It builds the following DOL:

main.dol - sha1: 4997D93B9692620C40E90374A0F1DBF0E4889395

And will eventually build all the RELs.

Windows Prerequisites

  1. Download and run the latest release of the Windows devkitpro installer
  2. Run the executable located at devkitPro\msys2\msys2.exe
  3. Update pacman by running the following command: pacman -Syu
  4. Install the necessary dependencies by running the following command: pacman -S python3-pip base-devel gcc vim cmake
  5. Change to the directory of where you cloned this repository and you are ready to build!

Build Instructions

  1. Obtain a clean DOL of TP (GCN USA) and place it at the root of the repo and name it baserom.dol.
  2. Obtain a copy of the MWCC PowerPC compiler (version 2.7 to be exact). See below for a link to our Discord server which has the CodeWarrior compilers pinned in the #tp-decomp channel.
  3. Run make at the root of the repo.

Contributions

All contributions are welcome. This is a group effort, and even small contributions can make a difference. Some tasks also don't require much knowledge to get started.

Most discussions happen on our Discord Server, where you are welcome to ask if you need help getting started, or if you have any questions regarding this project and other decompilation projects.