1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-09 00:00:44 +00:00

Fix the format of some overlay textures (#1030)

This commit is contained in:
Roman971 2021-11-28 12:27:59 +01:00 committed by GitHub
parent f68ac1d193
commit 09f0dc84b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 16 additions and 16 deletions

View file

@ -8,7 +8,7 @@
<Array Name="sCylinderVtx" Count="36" Offset="0x780">
<Vtx/>
</Array>
<Texture Name="sTex" OutName="magic_wind" Format="ia8" Width="64" Height="64" Offset="0x9C0"/>
<Texture Name="sTex" OutName="magic_wind" Format="i8" Width="64" Height="64" Offset="0x9C0"/>
<DList Name="sInnerCylinderDL" Offset="0x19C0"/>
<DList Name="sOuterCylinderDL" Offset="0x1AC8"/>
</File>