1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-08 07:20:16 +00:00
oot/assets/xml/objects/object_d_hsblock.xml
Dragorn421 db2c08a51f
Add Vtx[] resources in xmls for (partially) documented assets 3 (#2566)
* Add Vtx[] resources in xmls for (partially) documented assets 3

* revert bombf
2025-06-03 22:59:59 -04:00

17 lines
751 B
XML

<Root>
<File Name="object_d_hsblock" Segment="6">
<Collision Name="gHookshotTargetCol" Offset="0x578"/>
<Collision Name="gHookshotPostCol" Offset="0x730"/>
<DList Name="gHookshotPostDL" Offset="0x210"/>
<DList Name="gHookshotTargetDL" Offset="0x470"/>
<Texture Name="gHookshotTargetTex" OutName="hookshot_target" Format="i4" Width="64" Height="64" Offset="0x760"/>
<Texture Name="gHookshotPostTex" OutName="hookshot_post" Format="i8" Width="32" Height="64" Offset="0xF60"/>
<Array Name="gHookshotPostVtx" Count="33" Offset="0x0">
<Vtx/>
</Array>
<Array Name="gHookshotTargetVtx" Count="20" Offset="0x330">
<Vtx/>
</Array>
</File>
</Root>