mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-20 05:30:26 +00:00
EnTr, 1 nonmatching, mostly documented (#621)
* 2 functions left, data imported * one function left * setup for NON_MATCHING * struct variables named * most of the functions named, type enums * delete ASM * Actor fixes
This commit is contained in:
parent
9607ce34fd
commit
c2b5ae3ed2
24 changed files with 527 additions and 1543 deletions
5
spec
5
spec
|
@ -3062,8 +3062,11 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Tr"
|
||||
include "build/src/overlays/actors/ovl_En_Tr/z_en_tr.o"
|
||||
include "build/data/overlays/actors/z_en_tr.data.o"
|
||||
#ifdef NON_MATCHING
|
||||
include "build/src/overlays/actors/ovl_En_Tr/ovl_En_Tr_reloc.o"
|
||||
#else
|
||||
include "build/data/overlays/actors/z_en_tr.reloc.o"
|
||||
#endif
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue