mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Cleanup symbols 7 (#1073)
* Cleanup symbols, mostly from non-matching objects * ZAPD supports unaligned textures! * Uncomment `object_oF1s`
This commit is contained in:
parent
0a48548da7
commit
2a4fb604fb
14 changed files with 85 additions and 104 deletions
|
@ -1,7 +1,6 @@
|
|||
<Root>
|
||||
<File Name="object_ahg" Segment="6">
|
||||
<!-- The textures used by these limbs aren't 64-bit aligned, so this won't compile to a matching ROM. -->
|
||||
<!--
|
||||
<!-- The textures used by these limbs aren't 64-bit aligned -->
|
||||
<Limb Name="object_ahg_Limb_000000" LimbType="Standard" Offset="0x0"/>
|
||||
<Limb Name="object_ahg_Limb_00000C" LimbType="Standard" Offset="0xC"/>
|
||||
<Limb Name="object_ahg_Limb_000018" LimbType="Standard" Offset="0x18"/>
|
||||
|
@ -17,28 +16,24 @@
|
|||
<Limb Name="object_ahg_Limb_000090" LimbType="Standard" Offset="0x90"/>
|
||||
<Limb Name="object_ahg_Limb_00009C" LimbType="Standard" Offset="0x9C"/>
|
||||
<Limb Name="object_ahg_Limb_0000A8" LimbType="Standard" Offset="0xA8"/>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<Skeleton Name="object_ahg_Skel_0000F0" Type="Flex" LimbType="Standard" Offset="0xF0"/>
|
||||
-->
|
||||
|
||||
<!-- 32-bit aligned textures. -->
|
||||
<!--
|
||||
<Texture Name="object_ahg_TLUT_0000FC" OutName="tlut_000000FC" Format="rgba16" Width="16" Height="16" Offset="0xFC"/>
|
||||
<Texture Name="object_ahg_Tex_0002FC" OutName="tex_000002FC" Format="ci8" Width="16" Height="16" Offset="0x2FC"/>
|
||||
<Texture Name="object_ahg_Tex_0003FC" OutName="tex_000003FC" Format="ci8" Width="16" Height="16" Offset="0x3FC"/>
|
||||
<Texture Name="object_ahg_Tex_0004FC" OutName="tex_000004FC" Format="ci8" Width="8" Height="8" Offset="0x4FC"/>
|
||||
<Texture Name="object_ahg_Tex_00053C" OutName="tex_0000053C" Format="ci8" Width="8" Height="8" Offset="0x53C"/>
|
||||
<Blob Name="object_ahg_Blob_00057C" Size="0x300" Offset="0x57C"/>
|
||||
<Texture Name="object_ahg_Tex_00057C" OutName="tex_0000057C" Format="ci8" Width="16" Height="16" Offset="0x57C" TlutOffset="0xFC"/>
|
||||
<Texture Name="object_ahg_Tex_00067C" OutName="tex_0000067C" Format="ci8" Width="16" Height="16" Offset="0x67C" TlutOffset="0xFC"/>
|
||||
<Texture Name="object_ahg_Tex_00077C" OutName="tex_0000077C" Format="ci8" Width="16" Height="16" Offset="0x77C" TlutOffset="0xFC"/>
|
||||
<Texture Name="object_ahg_Tex_00087C" OutName="tex_0000087C" Format="ci8" Width="16" Height="16" Offset="0x87C"/>
|
||||
<Texture Name="object_ahg_Tex_00097C" OutName="tex_0000097C" Format="i8" Width="8" Height="8" Offset="0x97C"/>
|
||||
<Texture Name="object_ahg_Tex_0009BC" OutName="tex_000009BC" Format="i8" Width="8" Height="8" Offset="0x9BC"/>
|
||||
<Texture Name="object_ahg_Tex_0009FC" OutName="tex_000009FC" Format="ci8" Width="32" Height="16" Offset="0x9FC"/>
|
||||
<Texture Name="object_ahg_Tex_000BFC" OutName="tex_00000BFC" Format="ci8" Width="16" Height="16" Offset="0xBFC"/>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<DList Name="object_ahg_DL_0030F0" Offset="0x30F0"/>
|
||||
<DList Name="object_ahg_DL_003500" Offset="0x3500"/>
|
||||
<DList Name="object_ahg_DL_003670" Offset="0x3670"/>
|
||||
|
@ -54,7 +49,6 @@
|
|||
<DList Name="object_ahg_DL_0043C0" Offset="0x43C0"/>
|
||||
<DList Name="object_ahg_DL_0044F0" Offset="0x44F0"/>
|
||||
<DList Name="object_ahg_DL_004628" Offset="0x4628"/>
|
||||
-->
|
||||
|
||||
<!-- <Blob Name="object_ahg_Blob_0047C8" Size="0x180" Offset="0x47C8"/> -->
|
||||
<Texture Name="object_ahg_Tex_004948" OutName="tex_00004948" Format="ci8" Width="8" Height="8" Offset="0x4948"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue