mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-17 04:00:51 +00:00
EnTp, 1 nonmatching, and object_tp (#782)
* Data imported, 8 easy functions matched * Init only remaining nonmatching, data in * some renaming & fiddling with Init, still nonmatching * fix colours * Init still not matching * Decompile object_tp * renames * Rename func_80B20DE0 * Horrible new idea * Known equivalent, docs next * Another attempt * Finished naming in object_tp * Named functions, more enums * DrawBridge -> Drawbridge * skulltulla -> Skulltula * Name almost all struct variables * Named most of the temps * delete asm * spec * Missed data file, whoops * Review * More review changes
This commit is contained in:
parent
e73681ce74
commit
7cc67f70c1
27 changed files with 798 additions and 2005 deletions
8
spec
8
spec
|
@ -2994,8 +2994,11 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Tp"
|
||||
include "build/src/overlays/actors/ovl_En_Tp/z_en_tp.o"
|
||||
include "build/data/overlays/actors/z_en_tp.data.o"
|
||||
#ifdef NON_MATCHING
|
||||
include "build/src/overlays/actors/ovl_En_Tp/ovl_En_Tp_reloc.o"
|
||||
#else
|
||||
include "build/data/overlays/actors/z_en_tp.reloc.o"
|
||||
#endif
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
@ -3632,7 +3635,8 @@ endseg
|
|||
beginseg
|
||||
name "object_tp"
|
||||
romalign 0x1000
|
||||
include "build/baserom/object_tp.o"
|
||||
include "build/assets/objects/object_tp/object_tp.o"
|
||||
number 6
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue