TakaRikka / oot-gc

Decompilation of the Gamecube Emulator for Ocarina of Time (JP-CE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oot-gc

This repo contains a WIP decompilation of the N64 Emulator ELF executable intended for use with the Gamecube releases of The Legend of Zelda Ocarina of Time. Currently the decompilation specifically targets the version shipped with the Japanese Zelda Collector's Edition disk as symbols and other debugging information was left unstripped.

It builds the following ELF executables:

SIM.elf : md5: 64428C7350B31E0AAD3DDE221C5B18A5 SIM_S.elf : md5: EDDD2DED9906AD2312F7EC585B3D72CE

SIM_S is a version of the build with stripped symbols which when diffed against a similarly stripped original matches byte for byte if assembled and linked, which is the most realistic goal for verifying the accuracy of the decompilation.

Building

Required tools

  • python3

Instructions

  1. Obtain the original ELF executable found in the 120903_zelda.tgc file on the Japanese Collector's Edition disk and place it in the base working directory and name it SIM_original.elf
  2. Run make setup and make

About

Decompilation of the Gamecube Emulator for Ocarina of Time (JP-CE)

License:Creative Commons Zero v1.0 Universal


Languages

Language:Assembly 91.4%Language:C 7.4%Language:Python 1.2%Language:Makefile 0.1%Language:Shell 0.0%