mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
Add Vtx[] resources in xmls for (partially) documented assets 2 (#2565)
* Add Vtx[] resources in xmls for (partially) documented assets 2
* non-pal too
* Revert "non-pal too"
This reverts commit ac8b38b3a8
.
* fix
* bss
This commit is contained in:
parent
dec2c89c10
commit
aa00eb2c4d
38 changed files with 2307 additions and 7 deletions
|
@ -4,14 +4,23 @@
|
|||
<DList Name="gBirdLeftWingDL" Offset="0x80"/>
|
||||
<DList Name="gBirdLeftWingWrapper1DL" Offset="0x120"/>
|
||||
<DList Name="gBirdLeftWingWrapper2DL" Offset="0x130"/>
|
||||
<Array Name="gBirdLeftWingVtx" Count="4" Offset="0x140">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
|
||||
<DList Name="gBirdRightWingDL" Offset="0x180"/>
|
||||
<DList Name="gBirdRightWingWrapper1DL" Offset="0x220"/>
|
||||
<DList Name="gBirdRightWingWrapper2DL" Offset="0x230"/>
|
||||
<Array Name="gBirdRightWingVtx" Count="4" Offset="0x240">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
|
||||
<DList Name="gBirdBodyDL" Offset="0x280"/>
|
||||
<DList Name="gBirdBodyWrapper1DL" Offset="0x3D0"/>
|
||||
<DList Name="gBirdBodyWrapper2DL" Offset="0x3E0"/>
|
||||
<Array Name="gBirdBodyVtx" Count="17" Offset="0x3F0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
|
||||
<Texture Name="gBirdFaceTex" OutName="face" Format="rgba16" Width="32" Height="32" Offset="0x500"/>
|
||||
<Texture Name="gBirdTailTex" OutName="tail" Format="rgba16" Width="16" Height="32" Offset="0xD00"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue