mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-23 07:45:55 +00:00
13 lines
848 B
XML
13 lines
848 B
XML
<Root>
|
|
<File Name="code" OutName="z_fbdemo_circle">
|
|
<Texture Name="sTransCircleNormalTex" OutName="trans_circle_normal" Format="i8" Width="16" Height="64" Offset="0x0"/>
|
|
<Texture Name="sTransCircleWaveTex" OutName="trans_circle_wave" Format="i8" Width="16" Height="64" Offset="0x400"/>
|
|
<Texture Name="sTransCircleRippleTex" OutName="trans_circle_ripple" Format="i8" Width="16" Height="64" Offset="0x800"/>
|
|
<Texture Name="sTransCircleStarburstTex" OutName="trans_circle_starburst" Format="i8" Width="16" Height="64" Offset="0xC00"/>
|
|
<Array Name="sTransCircleVtx" Count="34" Offset="0x1000">
|
|
<Vtx/>
|
|
</Array>
|
|
<!-- ZAPD isn't finding symbols correctly, instead finding them much later in `code`-->
|
|
<!--<DList Name="sTransCircleDL" Offset="0x1220"/>-->
|
|
</File>
|
|
</Root>
|