mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 23:10:22 +00:00
Remove OutName from xmls (both on File and Texture) (#2596)
This commit is contained in:
parent
e1fb3a974f
commit
7a816391bb
377 changed files with 12625 additions and 12625 deletions
|
@ -1,9 +1,9 @@
|
|||
<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"/>
|
||||
<File Name="code">
|
||||
<Texture Name="sTransCircleNormalTex" Format="i8" Width="16" Height="64" Offset="0x0"/>
|
||||
<Texture Name="sTransCircleWaveTex" Format="i8" Width="16" Height="64" Offset="0x400"/>
|
||||
<Texture Name="sTransCircleRippleTex" Format="i8" Width="16" Height="64" Offset="0x800"/>
|
||||
<Texture Name="sTransCircleStarburstTex" Format="i8" Width="16" Height="64" Offset="0xC00"/>
|
||||
<Array Name="sTransCircleVtx" Count="34" Offset="0x1000">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Root>
|
||||
<File Name="code" OutName="z_fbdemo_triforce">
|
||||
<File Name="code">
|
||||
<DList Name="sTransTriforceDL" Offset="0x0"/>
|
||||
<Array Name="sTransTriforceVtx" Count="10" Offset="0x30">
|
||||
<Vtx/>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<Root>
|
||||
<File Name="code" OutName="z_fbdemo_wipe1">
|
||||
<File Name="code">
|
||||
<Array Name="sTransWipeVtx" Count="25" Offset="0x0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Texture Name="sTransWipeTex" OutName="trans_wipe" Format="i4" Width="64" Height="64" Offset="0x190"/>
|
||||
<Texture Name="sTransWipeTex" Format="i4" Width="64" Height="64" Offset="0x190"/>
|
||||
<DList Name="sTransWipeDL" Offset="0x990"/>
|
||||
</File>
|
||||
</Root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue