mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
13 lines
473 B
XML
13 lines
473 B
XML
<Root>
|
|
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
|
<File Name="object_gi_truth_mask" Segment="6">
|
|
<Array Name="gGiMaskOfTruthVtx" Count="158" Offset="0x800">
|
|
<Vtx/>
|
|
</Array>
|
|
<Array Name="gGiMaskOfTruthAccentsVtx" Count="31" Offset="0x11E0">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiMaskOfTruthDL" Offset="0x13D0"/>
|
|
<DList Name="gGiMaskOfTruthAccentsDL" Offset="0x16B0"/>
|
|
</File>
|
|
</Root>
|