mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
ZAPD update: Gotta go fast! (#877)
* copy over the xml * Rename anims * A bunch of renames * minor extract_assets fixes * git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "820678b4e" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "820678b4e" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * Change rgb5a1 to rgba16 * eye and eyebrows * some dlists * git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "6be9af65d" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "6be9af65d" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
parent
d1a5ea5110
commit
5c147e5e03
226 changed files with 2350 additions and 1492 deletions
|
@ -4,7 +4,7 @@
|
|||
<Skeleton Name="gZelda2Skel" Type="Flex" LimbType="Standard" Offset="0x10D70"/>
|
||||
|
||||
<!-- Zelda 2 eyes textures -->
|
||||
<Texture Name="gZelda2EyesTLUT" OutName="zelda_2_eyes_tlut" Format="rgb5a1" Width="16" Height="16" Offset="0x2B00"/>
|
||||
<Texture Name="gZelda2EyesTLUT" OutName="zelda_2_eyes_tlut" Format="rgba16" Width="16" Height="16" Offset="0x2B00"/>
|
||||
<Texture Name="gZelda2EyeOpenTex" OutName="zelda_2_eye_open" Format="ci8" Width="32" Height="32" Offset="0x30C8"/>
|
||||
<Texture Name="gZelda2EyeHalfTex" OutName="zelda_2_eye_half" Format="ci8" Width="32" Height="32" Offset="0x3C48"/>
|
||||
<Texture Name="gZelda2EyeShutTex" OutName="zelda_2_eye_shut" Format="ci8" Width="32" Height="32" Offset="0x4048"/>
|
||||
|
@ -15,28 +15,28 @@
|
|||
<Texture Name="gZelda2Eye07Tex" OutName="zelda_2_eye_07" Format="ci8" Width="32" Height="32" Offset="0x5D48"/> <!-- Sad (?) -->
|
||||
<Texture Name="gZelda2Eye08Tex" OutName="zelda_2_eye_08" Format="ci8" Width="32" Height="32" Offset="0x6148"/> <!-- Sad2 (?) -->
|
||||
|
||||
<Texture Name="gZelda2EyeUnusedTex" OutName="zelda_2_eye_unused" Format="rgb5a1" Width="32" Height="32" Offset="0x600"/>
|
||||
<Texture Name="gZelda2EyeUnusedTex" OutName="zelda_2_eye_unused" Format="rgba16" Width="32" Height="32" Offset="0x600"/>
|
||||
|
||||
<!-- Zelda 2 mouth textures -->
|
||||
<Texture Name="gZelda2MouthTLUT" OutName="zelda_2_mouth_tlut" Format="rgb5a1" Width="16" Height="14" Offset="0x2D90"/>
|
||||
<Texture Name="gZelda2MouthTLUT" OutName="zelda_2_mouth_tlut" Format="rgba16" Width="16" Height="14" Offset="0x2D90"/>
|
||||
<Texture Name="gZelda2MouthSeriousTex" OutName="zelda_2_mouth_serious" Format="ci8" Width="32" Height="32" Offset="0x3508"/>
|
||||
<Texture Name="gZelda2MouthHappyTex" OutName="zelda_2_mouth_happy" Format="ci8" Width="32" Height="32" Offset="0x5548"/>
|
||||
<Texture Name="gZelda2MouthOpenTex" OutName="zelda_2_mouth_open" Format="ci8" Width="32" Height="32" Offset="0x5948"/>
|
||||
|
||||
<!-- Ocarina of time -->
|
||||
<DList Name="gZelda2OcarinaDL" Offset="0xBAE8"/>
|
||||
<Texture Name="gZelda2OcarinaTex" OutName="zelda_2_ocarina" Format="rgb5a1" Width="32" Height="16" Offset="0xB598"/>
|
||||
<Texture Name="gZelda2OcarinaTex" OutName="zelda_2_ocarina" Format="rgba16" Width="32" Height="16" Offset="0xB598"/>
|
||||
|
||||
<!-- Palletes -->
|
||||
<Texture Name="gZelda2_0TLUT" OutName="zelda_2_0_tlut" Format="rgb5a1" Width="16" Height="16" Offset="0x0"/>
|
||||
<Texture Name="gZelda2_1TLUT" OutName="zelda_2_1_tlut" Format="rgb5a1" Width="16" Height="16" Offset="0x200"/>
|
||||
<Texture Name="gZelda2_2TLUT" OutName="zelda_2_2_tlut" Format="rgb5a1" Width="16" Height="16" Offset="0x400"/>
|
||||
<Texture Name="gZelda2_3TLUT" OutName="zelda_2_3_tlut" Format="rgb5a1" Width="9" Height="8" Offset="0x2D00"/>
|
||||
<Texture Name="gZelda2_4TLUT" OutName="zelda_2_4_tlut" Format="rgb5a1" Width="47" Height="4" Offset="0x2F50"/>
|
||||
<Texture Name="gZelda2_5TLUT" OutName="zelda_2_5_tlut" Format="rgb5a1" Width="17" Height="8" Offset="0x9490"/>
|
||||
<Texture Name="gZelda2_6TLUT" OutName="zelda_2_6_tlut" Format="rgb5a1" Width="15" Height="12" Offset="0x95A0"/>
|
||||
<Texture Name="gZelda2_7TLUT" OutName="zelda_2_7_tlut" Format="rgb5a1" Width="6" Height="4" Offset="0x9708"/>
|
||||
<Texture Name="gZelda2_0TLUT" OutName="zelda_2_0_tlut" Format="rgba16" Width="16" Height="16" Offset="0x0"/>
|
||||
<Texture Name="gZelda2_1TLUT" OutName="zelda_2_1_tlut" Format="rgba16" Width="16" Height="16" Offset="0x200"/>
|
||||
<Texture Name="gZelda2_2TLUT" OutName="zelda_2_2_tlut" Format="rgba16" Width="16" Height="16" Offset="0x400"/>
|
||||
<Texture Name="gZelda2_3TLUT" OutName="zelda_2_3_tlut" Format="rgba16" Width="9" Height="8" Offset="0x2D00"/>
|
||||
<Texture Name="gZelda2_4TLUT" OutName="zelda_2_4_tlut" Format="rgba16" Width="47" Height="4" Offset="0x2F50"/>
|
||||
<Texture Name="gZelda2_5TLUT" OutName="zelda_2_5_tlut" Format="rgba16" Width="17" Height="8" Offset="0x9490"/>
|
||||
<Texture Name="gZelda2_6TLUT" OutName="zelda_2_6_tlut" Format="rgba16" Width="15" Height="12" Offset="0x95A0"/>
|
||||
<Texture Name="gZelda2_7TLUT" OutName="zelda_2_7_tlut" Format="rgba16" Width="6" Height="4" Offset="0x9708"/>
|
||||
|
||||
<Texture Name="gZelda2TriforceTex" OutName="zelda_2_triforce" Format="rgb5a1" Width="16" Height="16" Offset="0x2900"/>
|
||||
<Texture Name="gZelda2TriforceTex" OutName="zelda_2_triforce" Format="rgba16" Width="16" Height="16" Offset="0x2900"/>
|
||||
</File>
|
||||
</Root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue