mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Add Vtx[] resources in xmls for (partially) documented assets 6 (#2588)
This commit is contained in:
parent
a750282d2d
commit
3435ebe216
18 changed files with 700 additions and 3 deletions
|
@ -28,6 +28,32 @@
|
|||
<Limb Name="gPeehatWing6Limb" LimbType="Standard" Offset="0x1C0C"/>
|
||||
<Limb Name="gPeehatTopLimb" LimbType="Standard" Offset="0x1C18"/>
|
||||
|
||||
<!-- Peehat Limb Vertices -->
|
||||
<Array Name="gPeehatWing1Vtx" Count="3" Offset="0x9E0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gPeehatWing2Vtx" Count="3" Offset="0xA10">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gPeehatWing3Vtx" Count="3" Offset="0xA40">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gPeehatWing4Vtx" Count="3" Offset="0xA70">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gPeehatWing5Vtx" Count="3" Offset="0xAA0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gPeehatWing6Vtx" Count="3" Offset="0xAD0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gPeehatTopVtx" Count="27" Offset="0xB00">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gPeehatBodyVtx" Count="34" Offset="0xCB0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
|
||||
<!-- Peehat Limb DisplayLists -->
|
||||
<DList Name="gPeehatBodyDL" Offset="0x12F0"/>
|
||||
<DList Name="gPeehatWing1DL" Offset="0x0ED0"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue