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 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
|
@ -30,6 +30,53 @@
|
|||
<Texture Name="gHylianYoungWomanDressTex" OutName="dress" Format="i8" Width="8" Height="8" Offset="0x47C"/>
|
||||
<Texture Name="gHylianYoungWomanCollarTex" OutName="collar" Format="ci8" Width="8" Height="8" Offset="0x4BC" TlutOffset="0xFC"/>
|
||||
|
||||
<!-- Vertices -->
|
||||
<Array Name="gHylianYoungWomanLeftFootVtx" Count="3" Offset="0x500">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanLeftShinVtx" Count="3" Offset="0x530">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanLeftThighVtx" Count="3" Offset="0x560">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanRightFootVtx" Count="3" Offset="0x590">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanRightShinVtx" Count="3" Offset="0x5C0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanRightThighVtx" Count="3" Offset="0x5F0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanBrownHairHeadVtx" Count="69" Offset="0x620">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanLeftHandVtx" Count="6" Offset="0xA70">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanLeftForearmVtx" Count="17" Offset="0xAD0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanLeftUpperArmVtx" Count="11" Offset="0xBE0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanRightHandVtx" Count="6" Offset="0xC90">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanRightForearmVtx" Count="17" Offset="0xCF0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanRightUpperArmVtx" Count="11" Offset="0xE00">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanTorsoVtx" Count="56" Offset="0xEB0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gHylianYoungWomanPelvisVtx" Count="13" Offset="0x1230">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
|
||||
<!-- DLs -->
|
||||
<DList Name="gHylianYoungWomanBrownHairHeadDL" Offset="0x1300"/>
|
||||
<DList Name="gHylianYoungWomanRightHandDL" Offset="0x1608"/>
|
||||
|
@ -52,6 +99,9 @@
|
|||
<Texture Name="gHylianYoungWomanOrangeHairSkinTex" OutName="orange_hair_skin" Format="rgba16" Width="8" Height="8" Offset="0x24D0"/>
|
||||
|
||||
<!-- Orange Hair DL -->
|
||||
<Array Name="gHylianYoungWomanOrangeHairHeadVtx" Count="49" Offset="0x2550">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gHylianYoungWomanOrangeHairHeadDL" Offset="0x2860"/>
|
||||
</File>
|
||||
</Root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue