1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-08 15:30:14 +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

@ -66,19 +66,19 @@
<DList Name="gCarpetMerchantHeadDL" Offset="0x4070"/>
<!-- Carpet Merchant Palettes -->
<Texture Name="gCarpetMerchantTLUT" OutName="tlut" Format="rgba16" Width="16" Height="16" Offset="0x4C20"/>
<Texture Name="gCarpetMerchantTLUT" Format="rgba16" Width="16" Height="16" Offset="0x4C20"/>
<!-- Carpet Merchant DisplayList Textures -->
<Texture Name="gCarpetMerchantPantsTex" OutName="pants" Format="ci8" Width="8" Height="16" Offset="0x4E20" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantHairTex" OutName="hair" Format="ci8" Width="16" Height="16" Offset="0x4EA0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantFootTex" OutName="foot" Format="ci8" Width="32" Height="16" Offset="0x4FA0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantSkinGradientTex" OutName="skin_gradient" Format="ci8" Width="8" Height="8" Offset="0x51A0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantFootSoleTex" OutName="foot_sole" Format="ci8" Width="32" Height="32" Offset="0x51E0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantHandTex" OutName="hand" Format="ci8" Width="16" Height="16" Offset="0x55E0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantBraceletTex" OutName="bracelet" Format="ci8" Width="16" Height="32" Offset="0x56E0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantShirtTex" OutName="shirt" Format="ci8" Width="16" Height="32" Offset="0x58E0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantChestTex" OutName="chest" Format="ci8" Width="16" Height="32" Offset="0x5AE0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantHatTex" OutName="hat" Format="ci8" Width="16" Height="16" Offset="0x5CE0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantPantsTex" Format="ci8" Width="8" Height="16" Offset="0x4E20" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantHairTex" Format="ci8" Width="16" Height="16" Offset="0x4EA0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantFootTex" Format="ci8" Width="32" Height="16" Offset="0x4FA0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantSkinGradientTex" Format="ci8" Width="8" Height="8" Offset="0x51A0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantFootSoleTex" Format="ci8" Width="32" Height="32" Offset="0x51E0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantHandTex" Format="ci8" Width="16" Height="16" Offset="0x55E0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantBraceletTex" Format="ci8" Width="16" Height="32" Offset="0x56E0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantShirtTex" Format="ci8" Width="16" Height="32" Offset="0x58E0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantChestTex" Format="ci8" Width="16" Height="32" Offset="0x5AE0" TlutOffset="0x4C20"/>
<Texture Name="gCarpetMerchantHatTex" Format="ci8" Width="16" Height="16" Offset="0x5CE0" TlutOffset="0x4C20"/>
<!-- Carpet Merchant Animations -->
<Animation Name="gCarpetMerchantSlappingKneeAnim" Offset="0x45C"/>