mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
Fix ovl_Oceff_Spot xml (#1021)
This commit is contained in:
parent
80edcc3801
commit
d7d74a1e1f
2 changed files with 6 additions and 19 deletions
|
@ -1,11 +1,10 @@
|
|||
<Root>
|
||||
<File Name="ovl_Oceff_Spot" BaseAddress="0x80BA6070" RangeStart="0x7F0" RangeEnd="0xEC8">
|
||||
<Texture Name="sTex" OutName="sun_song_effect" Format="ia8" Width="32" Height="32" Offset="0x7F0"/>
|
||||
|
||||
<Array Name="sCylinderVtx" Count="27" Offset="0xBF0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="sCylinderMaterialDL" Offset="0xDA0"/>
|
||||
<DList Name="sCylinderModelDL" Offset="0xE38"/>
|
||||
<Texture Name="sTex" OutName="sun_song_effect" Format="ia8" Width="32" Height="32" Offset="0x7F0"/>
|
||||
<Array Name="sCylinderVtx" Count="27" Offset="0xBF0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="sCylinderMaterialDL" Offset="0xDA0"/>
|
||||
<DList Name="sCylinderModelDL" Offset="0xE38"/>
|
||||
</File>
|
||||
</Root>
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
<Root>
|
||||
<File Name="ovl_Oceff_Spot" BaseAddress="0x80BA6070" RangeStart="0x7F0" RangeEnd="0xEC8">
|
||||
<Texture Name="sTex" OutName="sun_song" Format="i8" Width="32" Height="32" Offset="0x7F0"/>
|
||||
|
||||
<Array Name="sCylinderVtx" Count="27" Offset="0xBF0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
|
||||
<DList Name="sCylinderMaterialDL" Offset="0xDA0"/>
|
||||
<DList Name="sCylinderModelDL" Offset="0xE38"/>
|
||||
</File>
|
||||
</Root>
|
Loading…
Reference in a new issue