1
0
Fork 0
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:
Dragorn421 2025-06-04 04:59:59 +02:00 committed by GitHub
parent aa00eb2c4d
commit db2c08a51f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 480 additions and 2 deletions

View file

@ -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>