mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
z_en_fd, z_en_fd_fire, and z_en_fw (#415)
* EnFd OK * decompile En_Fd_Fire, document some of En_Fd * fw wip * match a few more of ovl_en_fw, properly organize data * Ovl_En_Fw OK * Documentation, formatting. * change Color_RGBA8_n to Color_RGBA8 * PR updates * fix errors with merge * review * dunno why jenkins failed * review Co-authored-by: fig <fig02srl@gmail.com>
This commit is contained in:
parent
4beeedd116
commit
e983d2b72b
73 changed files with 1540 additions and 5451 deletions
9
spec
9
spec
|
@ -2260,15 +2260,13 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Fd"
|
||||
include "build/src/overlays/actors/ovl_En_Fd/z_en_fd.o"
|
||||
include "build/data/overlays/actors/z_en_fd.data.o"
|
||||
include "build/data/overlays/actors/z_en_fd.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_En_Fd/ovl_En_Fd_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
name "ovl_En_Fd_Fire"
|
||||
include "build/src/overlays/actors/ovl_En_Fd_Fire/z_en_fd_fire.o"
|
||||
include "build/data/overlays/actors/z_en_fd_fire.data.o"
|
||||
include "build/data/overlays/actors/z_en_fd_fire.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_En_Fd_Fire/ovl_En_Fd_Fire_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
@ -2321,8 +2319,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Fw"
|
||||
include "build/src/overlays/actors/ovl_En_Fw/z_en_fw.o"
|
||||
include "build/data/overlays/actors/z_en_fw.data.o"
|
||||
include "build/data/overlays/actors/z_en_fw.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_En_Fw/ovl_En_Fw_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue