1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-10 17:00:19 +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:
Anghelo Carvajal 2021-07-27 22:16:03 -04:00 committed by GitHub
parent d1a5ea5110
commit 5c147e5e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
226 changed files with 2350 additions and 1492 deletions

View file

@ -8,10 +8,10 @@
<DList Name="gTailpasaranHeadDL" Offset="0x08D0"/>
<!-- Tailpasaran textures -->
<Texture Name="gTailpasaranHeadRearTex" OutName="tailpasaran_head_rear" Format="rgb5a1" Width="8" Height="16" Offset="0x08E8"/>
<Texture Name="gTailpasaranHeadClawBaseTex" OutName="tailpasaran_head_claw_base" Format="rgb5a1" Width="8" Height="8" Offset="0x09E8"/>
<Texture Name="gTailpasaranHeadClawTex" OutName="tailpasaran_head_claw" Format="rgb5a1" Width="16" Height="16" Offset="0x0A68"/>
<Texture Name="gTailpasaranHeadRearTex" OutName="tailpasaran_head_rear" Format="rgba16" Width="8" Height="16" Offset="0x08E8"/>
<Texture Name="gTailpasaranHeadClawBaseTex" OutName="tailpasaran_head_claw_base" Format="rgba16" Width="8" Height="8" Offset="0x09E8"/>
<Texture Name="gTailpasaranHeadClawTex" OutName="tailpasaran_head_claw" Format="rgba16" Width="16" Height="16" Offset="0x0A68"/>
<Texture Name="gTailpasaranTailSegmentTex" OutName="tailpasaran_tail_segment" Format="ia8" Width="64" Height="64" Offset="0x0C68"/>
<Texture Name="gTailpasaranHeadMouthpartsTex" OutName="tailpasaran_head_mouthparts" Format="rgb5a1" Width="8" Height="8" Offset="0x1C68"/>
<Texture Name="gTailpasaranHeadMouthpartsTex" OutName="tailpasaran_head_mouthparts" Format="rgba16" Width="8" Height="8" Offset="0x1C68"/>
</File>
</Root>