mirror of
https://github.com/zeldaret/oot
synced 2026-06-01 17:57:57 -04:00
dd6e8a87e9
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
17 lines
962 B
XML
17 lines
962 B
XML
<Root>
|
|
<File Name="object_shop_dungen" Segment="6">
|
|
<Array Name="gShopDungenWoodenShelvesVtx" Count="184" Offset="0x0">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gShopDungenWoodenShelvesDL" Offset="0xB80"/>
|
|
<Texture Name="gShopDungenStoneTLUT" OutName="stone_tlut" Format="rgba16" Width="16" Height="1" Offset="0xDE0"/>
|
|
<Texture Name="gShopDungenStone1Tex" OutName="stone1_tex" Format="ci4" Width="64" Height="64" Offset="0xE08" TlutOffset="0xDE0"/>
|
|
<Texture Name="gShopDungenStone2Tex" OutName="stone2_tex" Format="ci4" Width="64" Height="64" Offset="0x1608" TlutOffset="0xDE0"/>
|
|
<Array Name="gShopDungenStoneShelvesVtx" Count="158" Offset="0x1E08">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gShopDungenStoneShelvesDL" Offset="0x27E8"/>
|
|
<Texture Name="gShopDungenWoodPlankTex" OutName="wood_plank_tex" Format="rgba16" Width="64" Height="32" Offset="0x2A20"/>
|
|
</File>
|
|
</Root>
|