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

Remove OutName from xmls (both on File and Texture) (#2596)

This commit is contained in:
Dragorn421 2025-06-06 22:07:53 +02:00 committed by GitHub
parent e1fb3a974f
commit 7a816391bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
377 changed files with 12625 additions and 12625 deletions

View file

@ -11,12 +11,12 @@
<DList Name="gWindmillRotatingPlatformDL" Offset="0x1AB0"/>
<!-- Palettes -->
<Texture Name="gWindmillRotatingPlatformTLUT" OutName="windmill_platform_tlut" Format="rgba16" Width="4" Height="4" Offset="0x3F0"/>
<Texture Name="gWindmillRotatingPlatformTLUT" Format="rgba16" Width="4" Height="4" Offset="0x3F0"/>
<!-- Textures -->
<Texture Name="gWindmillRotatingPlatform1Tex" OutName="windmill_platform_1" Format="ci4" Width="64" Height="64" Offset="0x410" TlutOffset="0x3F0"/>
<Texture Name="gWindmillRotatingPlatform2Tex" OutName="windmill_platform_2" Format="rgba16" Width="32" Height="16" Offset="0xC10"/>
<Texture Name="gDampeRaceDoorTex" OutName="dampe_race_door" Format="i4" Width="64" Height="128" Offset="0x2630"/>
<Texture Name="gWindmillRotatingPlatform1Tex" Format="ci4" Width="64" Height="64" Offset="0x410" TlutOffset="0x3F0"/>
<Texture Name="gWindmillRotatingPlatform2Tex" Format="rgba16" Width="32" Height="16" Offset="0xC10"/>
<Texture Name="gDampeRaceDoorTex" Format="i4" Width="64" Height="128" Offset="0x2630"/>
<!-- Collision -->
<Collision Name="gDampeRaceDoorCol" Offset="0x3C4"/>