mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
dd6e8a87e9
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
11 lines
510 B
XML
11 lines
510 B
XML
<Root>
|
|
<File Name="object_efc_fire_ball" Segment="6">
|
|
<Array Name="gCreationFireBallVtx" Count="4" Offset="0x0">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gCreationFireBallDL" Offset="0x0040"/>
|
|
<Texture Name="gCreationFireBallMaskTex" OutName="fire_ball_mask" Format="i8" Width="32" Height="32" Offset="0x0100"/>
|
|
<Texture Name="gCreationFireBallFlameEffectTex" OutName="fire_ball_flame_effect" Format="i8" Width="32" Height="64" Offset="0x0500"/>
|
|
</File>
|
|
</Root>
|