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

@ -1,8 +1,8 @@
<Root>
<File Name="n64dd" OutName="n64dd_error_textures">
<Texture Name="gN64DDError41JPNTex" OutName="n64dd_error_41_jpn" Format="i4" Width="192" Height="16" Offset="0x0"/>
<Texture Name="gN64DDError41ENGTex" OutName="n64dd_error_41_eng" Format="i4" Width="192" Height="16" Offset="0x600"/>
<Texture Name="gN64DDPleaseReadManualJPNTex" OutName="n64dd_please_read_manual_jpn" Format="i4" Width="320" Height="64" Offset="0xC00"/>
<Texture Name="gN64DDPleaseReadManualENGTex" OutName="n64dd_please_read_manual_eng" Format="i4" Width="320" Height="64" Offset="0x3400"/>
<File Name="n64dd">
<Texture Name="gN64DDError41JPNTex" Format="i4" Width="192" Height="16" Offset="0x0"/>
<Texture Name="gN64DDError41ENGTex" Format="i4" Width="192" Height="16" Offset="0x600"/>
<Texture Name="gN64DDPleaseReadManualJPNTex" Format="i4" Width="320" Height="64" Offset="0xC00"/>
<Texture Name="gN64DDPleaseReadManualENGTex" Format="i4" Width="320" Height="64" Offset="0x3400"/>
</File>
</Root>