mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
Add Vtx[] resources in xmls for (partially) documented assets 5 (#2587)
This commit is contained in:
parent
3435ebe216
commit
747006fdd4
26 changed files with 835 additions and 2 deletions
|
@ -5,12 +5,24 @@
|
|||
<Texture Name="gCuccoChickEyeTex" OutName="eye" Format="rgba16" Width="16" Height="16" Offset="0x8E0"/>
|
||||
<Texture Name="gCuccoChickBeakTex" OutName="beak" Format="rgba16" Width="4" Height="4" Offset="0xAE0"/>
|
||||
<DList Name="gCuccoChickSetupBodyDL" Offset="0x840"/>
|
||||
<Array Name="gCuccoChickBodyVtx" Count="4" Offset="0x800">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gCuccoChickBodyDL" Offset="0x8B0"/>
|
||||
<DList Name="gCuccoChickSetupEyeDL" Offset="0xBF0"/>
|
||||
<Array Name="gCuccoChickEyesVtx" Count="6" Offset="0xB90">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gCuccoChickEyesDL" Offset="0xC68"/>
|
||||
<DList Name="gCuccoChickSetupBeakDL" Offset="0xC88"/>
|
||||
<Array Name="gCuccoChickBeakVtx" Count="9" Offset="0xB00">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gCuccoChickBeakDL" Offset="0xCE0"/>
|
||||
<DList Name="gCuccoChickSetupShadowDL" Offset="0xD10"/>
|
||||
<Array Name="gCuccoChickShadowVtx" Count="3" Offset="0xD68">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gCuccoChickShadowDL" Offset="0xD50"/>
|
||||
</File>
|
||||
</Root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue