1
0
Fork 0
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:
Dragorn421 2025-06-06 03:38:01 +02:00 committed by GitHub
parent 3435ebe216
commit 747006fdd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 835 additions and 2 deletions

View file

@ -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>