mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Add Vtx[] resources in xmls for (partially) documented assets 3 (#2566)
* Add Vtx[] resources in xmls for (partially) documented assets 3 * revert bombf
This commit is contained in:
parent
aa00eb2c4d
commit
db2c08a51f
16 changed files with 480 additions and 2 deletions
|
@ -6,5 +6,12 @@
|
|||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue