mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
13 lines
461 B
XML
13 lines
461 B
XML
<Root>
|
|
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
|
<File Name="object_gi_eye_lotion" Segment="6">
|
|
<Array Name="gGiEyeDropsCapVtx" Count="23" Offset="0x0">
|
|
<Vtx/>
|
|
</Array>
|
|
<Array Name="gGiEyeDropsBottleVtx" Count="81" Offset="0x170">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiEyeDropsCapDL" Offset="0x0680"/>
|
|
<DList Name="gGiEyeDropsBottleDL" Offset="0x0768"/>
|
|
</File>
|
|
</Root>
|