mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +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
17
assets/xml/objects/object_tp.xml
Normal file
17
assets/xml/objects/object_tp.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<Root>
|
||||
<File Name="object_tp" Segment="6">
|
||||
|
||||
<!-- Tailpasaran displaylists -->
|
||||
<DList Name="gTailpasaranTailSegmentDL" Offset="0x0000"/>
|
||||
<DList Name="gTailpasaranHeadClawDL" Offset="0x0690"/>
|
||||
<DList Name="gTailpasaranHeadMouthpartsDL" Offset="0x0840"/>
|
||||
<DList Name="gTailpasaranHeadDL" Offset="0x08D0"/>
|
||||
|
||||
<!-- Tailpasaran textures -->
|
||||
<Texture Name="gTailpasaranHeadRearTex" OutName="tailpasaran_head_rear" Format="rgb5a1" Width="8" Height="16" Offset="0x08E8"/>
|
||||
<Texture Name="gTailpasaranHeadClawBaseTex" OutName="tailpasaran_head_claw_base" Format="rgb5a1" Width="8" Height="8" Offset="0x09E8"/>
|
||||
<Texture Name="gTailpasaranHeadClawTex" OutName="tailpasaran_head_claw" Format="rgb5a1" Width="16" Height="16" Offset="0x0A68"/>
|
||||
<Texture Name="gTailpasaranTailSegmentTex" OutName="tailpasaran_tail_segment" Format="ia8" Width="64" Height="64" Offset="0x0C68"/>
|
||||
<Texture Name="gTailpasaranHeadMouthpartsTex" OutName="tailpasaran_head_mouthparts" Format="rgb5a1" Width="8" Height="8" Offset="0x1C68"/>
|
||||
</File>
|
||||
</Root>
|
Loading…
Add table
Add a link
Reference in a new issue