Decompilation of The Legend of Zelda: Majora's Mask
Go to file
rozlette a09a799eef Rename tons of structs because we aren't using the z_ prefix anymore ;_; 2019-11-14 00:52:31 -06:00
include Rename tons of structs because we aren't using the z_ prefix anymore ;_; 2019-11-14 00:52:31 -06:00
src Rename tons of structs because we aren't using the z_ prefix anymore ;_; 2019-11-14 00:52:31 -06:00
tables Rename tons of structs because we aren't using the z_ prefix anymore ;_; 2019-11-14 00:52:31 -06:00
tools Update structs.h because Ghidra can handle bitfields now 2019-11-13 22:14:03 -06:00
.gitignore Add slightly better diffing tool 2018-11-08 20:58:39 -06:00
.gitmodules Add asm-processor submodule 2018-11-11 16:44:24 -06:00
Makefile Minor makefile changes for building a decompressed file in the future 2019-11-12 22:58:52 -06:00
README Dump current status 2018-10-25 22:09:52 -05:00
asmdiff.sh Updata current progress 2018-12-06 13:47:07 -06:00
checksum.md5 Dump current status 2018-10-25 22:09:52 -05:00
codescript.txt Decomp 1 function in z_actor 2019-09-29 14:19:42 -05:00
requirements.txt Add requirements.txt 2018-11-13 23:14:59 -06:00
textures.csv Dump current status 2018-10-25 22:09:52 -05:00
undef.txt Add ovl_En_Fishing. Get rid of most hard-coded offsets in linker script. 2019-09-27 00:09:51 -05:00

README

WIP Majora's Mask decomp, proper docs and README will be made later.

Basic steps (assuming you already have IDO and irixqemu):
Run extract_rom.py with a USA Majora's Mask ROM named baserom.z64 (will need to get libyaz0 first, I'll set up the dependency file eventually)
Run disasm.py
Run Make (edit the makefile with the paths to ido, etc. I'll make it use evironment variables eventually)