[assets] Add most missing TLUTOffsets (#1890)

* [assets] Add TlutOffset to CI textures: misc, gkeeps, `object_[ab]*`

* [assets] Add TlutOffset to CI textures: `object_[c-i]*`

* remove extra space before TlutOffset

* [assets] Add TlutOffset to CI textures: `object_[j-n]*`

* [assets] Add TlutOffset to CI textures: `object_[o-z]*`

---------

Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
This commit is contained in:
Dragorn421
2026-08-14 00:40:56 +02:00
committed by GitHub
parent e77acba9c4
commit 253eec1fdc
168 changed files with 1070 additions and 1070 deletions
+2 -2
View File
@@ -50,7 +50,7 @@
<Texture Name="gMoonFaceTLUT" OutName="moon_face_tlut" Format="rgba16" Width="4" Height="4" Offset="0x8318" />
<Texture Name="gMoonEyeTex" OutName="moon_eye" Format="rgba16" Width="32" Height="32" Offset="0x8338" />
<Texture Name="gMoonTeethTex" OutName="moon_teeth" Format="rgba16" Width="64" Height="32" Offset="0x8B38" />
<Texture Name="gMoonFarSideTex" OutName="moon_far_side" Format="ci4" Width="64" Height="64" Offset="0x9B38" />
<Texture Name="gMoonFaceTex" OutName="moon_face" Format="ci4" Width="64" Height="64" Offset="0xA338" />
<Texture Name="gMoonFarSideTex" OutName="moon_far_side" Format="ci4" Width="64" Height="64" Offset="0x9B38" TlutOffset="0x82F8"/>
<Texture Name="gMoonFaceTex" OutName="moon_face" Format="ci4" Width="64" Height="64" Offset="0xA338" TlutOffset="0x8318"/>
</File>
</Root>