GC PAL MQ Retail support (#3167)
* initial pal mq retail support * more mq pal support * pal mq support in the launch scripts * more offset fixes * match tluts with mq debug * update support hashes doc * target lus commit for playtesting * more offset fixes * add hashes for other formats * decomp name sync * add scripted texture definitions * fix up from other xml changes * update name
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
<Texture Name="object_owl_TLUT_006FA8" OutName="tlut_00006FA8" Format="rgba16" Width="16" Height="16" Offset="0x6FA8"/>
|
||||
|
||||
<!-- Eye Textures -->
|
||||
<Texture Name="gObjOwlEyeOpenTex" OutName="owl_eye_open" Format="ci8" Width="32" Height="32" Offset="0x89A8"/>
|
||||
<Texture Name="gObjOwlEyeHalfTex" OutName="owl_eye_half" Format="ci8" Width="32" Height="32" Offset="0x8DA8"/>
|
||||
<Texture Name="gObjOwlEyeClosedTex" OutName="owl_eye_closed" Format="ci8" Width="32" Height="32" Offset="0x91A8"/>
|
||||
<Texture Name="gObjOwlEyeOpenTex" OutName="owl_eye_open" Format="ci8" Width="32" Height="32" Offset="0x89A8" TlutOffset="0x6DA8"/>
|
||||
<Texture Name="gObjOwlEyeHalfTex" OutName="owl_eye_half" Format="ci8" Width="32" Height="32" Offset="0x8DA8" TlutOffset="0x6DA8"/>
|
||||
<Texture Name="gObjOwlEyeClosedTex" OutName="owl_eye_closed" Format="ci8" Width="32" Height="32" Offset="0x91A8" TlutOffset="0x6DA8"/>
|
||||
</File>
|
||||
</Root>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<Animation Name="gSheikPlayingHarp3Anim" Offset="0x35C8"/>
|
||||
<Animation Name="gSheikPlayingHarp4Anim" Offset="0x4570"/>
|
||||
<Animation Name="gSheikIdleAnim" Offset="0x4828"/>
|
||||
<Texture Name="object_xcTLUT_004A40" OutName="object_xcTLUT_004A40" Format="rgba16" Width="16" Height="16" Offset="0x4A40"/>
|
||||
<Texture Name="object_xc_TLUT_004A40" OutName="tlut_00004A40" Format="rgba16" Width="16" Height="16" Offset="0x4A40"/>
|
||||
<Animation Name="gSheikWalkingAnim" Offset="0x12FD0"/>
|
||||
<Animation Name="gSheikArmsCrossedIdleAnim" Offset="0x13AA4"/>
|
||||
<Animation Name="gSheikFallingFromContortionsAnim" Offset="0x149E4"/>
|
||||
|
||||
Reference in New Issue
Block a user