mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-24 05:19:53 +00:00
Decompilation of The Legend of Zelda: Majora's Mask
include | ||
src | ||
.gitignore | ||
checksum.md5 | ||
codescript.txt | ||
disasm.py | ||
elf2rom.py | ||
extract_rom.py | ||
extract_textures.py | ||
files.py | ||
functions.py | ||
ldscript.txt | ||
Makefile | ||
objects.py | ||
print_mdebug.py | ||
README | ||
textures.csv | ||
undef.txt | ||
variables.py |
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)