mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
13 lines
471 B
XML
13 lines
471 B
XML
<Root>
|
|
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
|
<File Name="object_gi_shield_3" Segment="6">
|
|
<Array Name="gGiMirrorShieldVtx" Count="49" Offset="0xC00">
|
|
<Vtx/>
|
|
</Array>
|
|
<Array Name="gGiMirrorShieldSymbolVtx" Count="10" Offset="0xF10">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiMirrorShieldDL" Offset="0x0FB0"/>
|
|
<DList Name="gGiMirrorShieldSymbolDL" Offset="0x11C8"/>
|
|
</File>
|
|
</Root>
|