1
0
mirror of https://github.com/blawar/ooot.git synced 2024-06-30 16:29:55 +00:00
Go to file
Roman971 373dc7d2d8 Fix ovl_Demo_Go non matchings (2/3 matched)
`z_demo_go.c` is now functionally equivalent and almost fully matched.

Note that I added a Vec3i struct in `z64actor.h` now used in `CsCmdActorAction`.

Also fixed some missing VT codes in various actor strings.
2020-03-18 21:21:45 +01:00
asm Fix ovl_Demo_Go non matchings (2/3 matched) 2020-03-18 21:21:45 +01:00
assets First proper commit. 2020-03-17 00:31:30 -04:00
data ovl_Door_Ana OK 2020-03-18 14:59:46 +00:00
docs/guides First proper commit. 2020-03-17 00:31:30 -04:00
include Fix ovl_Demo_Go non matchings (2/3 matched) 2020-03-18 21:21:45 +01:00
scenes First proper commit. 2020-03-17 00:31:30 -04:00
src Fix ovl_Demo_Go non matchings (2/3 matched) 2020-03-18 21:21:45 +01:00
tools ovl_Door_Ana OK 2020-03-18 14:59:46 +00:00
.gitattributes First proper commit. 2020-03-17 00:31:30 -04:00
.gitignore First proper commit. 2020-03-17 00:31:30 -04:00
.gitmodules First proper commit. 2020-03-17 00:31:30 -04:00
baserom_files.mk First proper commit. 2020-03-17 00:31:30 -04:00
checksum.md5 First proper commit. 2020-03-17 00:31:30 -04:00
diff_settings.py First proper commit. 2020-03-17 00:31:30 -04:00
diff.py First proper commit. 2020-03-17 00:31:30 -04:00
extract_assets.py First proper commit. 2020-03-17 00:31:30 -04:00
extract_baserom.py First proper commit. 2020-03-17 00:31:30 -04:00
fixle.sh First proper commit. 2020-03-17 00:31:30 -04:00
Jenkinsfile Jenkins test 2020-03-17 01:54:42 -04:00
makefile First proper commit. 2020-03-17 00:31:30 -04:00
overlays_asm.mk First proper commit. 2020-03-17 00:31:30 -04:00
overlays.mk First proper commit. 2020-03-17 00:31:30 -04:00
progress.py First proper commit. 2020-03-17 00:31:30 -04:00
README.md First proper commit. 2020-03-17 00:31:30 -04:00
scenes.mk First proper commit. 2020-03-17 00:31:30 -04:00
spec Use generated reloc 2020-03-18 19:04:09 +00:00
textures.mk First proper commit. 2020-03-17 00:31:30 -04:00
undefined_syms.txt First proper commit. 2020-03-17 00:31:30 -04:00

Legend of Zelda: Ocarina of Time Master Quest (debug)

- WARNING! -

The ROM this repository builds while has a matching checksum cannot be 'shifted' due
to hardcoded pointers which have yet to be dumped. Thus this repository is currently
in an experimental and research phase and cannot currently be used traditionally as a
source code base for general changes.

This repo does not include all assets necessary for compiling the ROM. A prior copy of the game is required to extract the required assets.

This is a disassembly and decompilation of Legend of Zelda: Ocarina of Time Master Quest (debug)

It builds the following ROM:

  • zelda_ocarina_mq_dbg.z64 md5: 717179476af84133b14ff73af87db57a

Please refer to the Getting Started guide in the Wiki for setup instructions.

Thanks to z64me and CrookedPoe for their actor documentation. https://github.com/CrookedPoe/z64-rw