mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-19 04:59:53 +00:00
ovl_En_Xc and object_xc OK (#746)
* Started * did some more * did a few more * update * Fixed corrupted git repo * did some more * Did a few more functions * taking a break * fix undefined * matched the stupid hard function * a few more * did some more, done for tonight * commit in case i mess up * 3 non matching * . * remove tools/ZAP2 from origin master * idk * i cant figure this out * object_xc OK * compiles now * the evil function is now ok * z_en_xc OK * some documentation * more documentation i guess * more documentation * more z_en_xc docs * z_en_xc updates * Final pass, its been nearly a year * Remove unnecessary comment * forgot to remove unused asm * Merge * Made suggested changes and fixed warnings in z_en_xc * Remove symbols from undefined_syms.txt * Add some missing animmode to en_Xc * review * review * fix tot cutscene * comment Co-authored-by: Lucas Shaw <lucas.shaw1123@gmail.com> Co-authored-by: Fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
9e956cbe3f
commit
70978762b8
249 changed files with 2555 additions and 7335 deletions
7
spec
7
spec
|
@ -3111,9 +3111,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Xc"
|
||||
include "build/src/overlays/actors/ovl_En_Xc/z_en_xc.o"
|
||||
include "build/data/overlays/actors/z_en_xc.data.o"
|
||||
include "build/data/overlays/actors/z_en_xc.bss.o"
|
||||
include "build/data/overlays/actors/z_en_xc.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_En_Xc/ovl_En_Xc_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
@ -4201,7 +4199,8 @@ endseg
|
|||
beginseg
|
||||
name "object_xc"
|
||||
romalign 0x1000
|
||||
include "build/baserom/object_xc.o"
|
||||
include "build/assets/objects/object_xc/object_xc.o"
|
||||
number 6
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue