mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +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_bji" 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_bji_Limb_000000" LimbType="Standard" Offset="0x0"/>
|
||||
<Limb Name="object_bji_Limb_00000C" LimbType="Standard" Offset="0xC"/>
|
||||
<Limb Name="object_bji_Limb_000018" LimbType="Standard" Offset="0x18"/>
|
||||
|
@ -17,14 +16,10 @@
|
|||
<Limb Name="object_bji_Limb_000090" LimbType="Standard" Offset="0x90"/>
|
||||
<Limb Name="object_bji_Limb_00009C" LimbType="Standard" Offset="0x9C"/>
|
||||
<Limb Name="object_bji_Limb_0000A8" LimbType="Standard" Offset="0xA8"/>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<Skeleton Name="object_bji_Skel_0000F0" Type="Flex" LimbType="Standard" Offset="0xF0"/>
|
||||
-->
|
||||
|
||||
<!-- 32-bit aligned textures. -->
|
||||
<!--
|
||||
<Texture Name="object_bji_TLUT_0000FC" OutName="tlut_000000FC" Format="rgba16" Width="16" Height="16" Offset="0xFC"/>
|
||||
<Texture Name="object_bji_Tex_0002FC" OutName="tex_000002FC" Format="ci8" Width="8" Height="8" Offset="0x2FC"/>
|
||||
<Texture Name="object_bji_Tex_00033C" OutName="tex_0000033C" Format="ci8" Width="8" Height="8" Offset="0x33C"/>
|
||||
|
@ -32,11 +27,11 @@
|
|||
<Texture Name="object_bji_Tex_00047C" OutName="tex_0000047C" Format="ci8" Width="8" Height="8" Offset="0x47C"/>
|
||||
<Texture Name="object_bji_Tex_0004BC" OutName="tex_000004BC" Format="ci8" Width="8" Height="8" Offset="0x4BC"/>
|
||||
<Texture Name="object_bji_Tex_0004FC" OutName="tex_000004FC" Format="i8" Width="16" Height="16" Offset="0x4FC"/>
|
||||
<Blob Name="object_bji_Blob_0005FC" Size="0xC00" Offset="0x5FC"/>
|
||||
<Texture Name="object_bji_Tex_0005FC" OutName="tex_000005FC" Format="ci8" Width="32" Height="32" Offset="0x5FC" TlutOffset="0xFC"/>
|
||||
<Texture Name="object_bji_Tex_0009FC" OutName="tex_000009FC" Format="ci8" Width="32" Height="32" Offset="0x9FC" TlutOffset="0xFC"/>
|
||||
<Texture Name="object_bji_Tex_000DFC" OutName="tex_00000DFC" Format="ci8" Width="32" Height="32" Offset="0xDFC" TlutOffset="0xFC"/>
|
||||
<Texture Name="object_bji_Tex_0011FC" OutName="tex_000011FC" Format="i8" Width="8" Height="8" Offset="0x11FC"/>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<DList Name="object_bji_DL_002560" Offset="0x2560"/>
|
||||
<DList Name="object_bji_DL_002B88" Offset="0x2B88"/>
|
||||
<DList Name="object_bji_DL_002C50" Offset="0x2C50"/>
|
||||
|
@ -52,7 +47,6 @@
|
|||
<DList Name="object_bji_DL_003648" Offset="0x3648"/>
|
||||
<DList Name="object_bji_DL_003710" Offset="0x3710"/>
|
||||
<DList Name="object_bji_DL_0037D8" Offset="0x37D8"/>
|
||||
-->
|
||||
|
||||
<Texture Name="object_bji_Tex_003908" OutName="tex_00003908" Format="rgba16" Width="8" Height="8" Offset="0x3908"/>
|
||||
<Texture Name="object_bji_Tex_003988" OutName="tex_00003988" Format="rgba16" Width="8" Height="8" Offset="0x3988"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue