1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-14 21:40:03 +00:00
oot/assets/xml/objects/object_bji.xml
Derek Hensley a53fb02699
EnHy + objects docs (#1499)
* document object_bba

* Clean up cne

* object bob

* object_aob

* object_cob

* object_bji

* object_ahg

* object_boj

* All functions named plus some cleanup

* enums

* Remove body wiggle comments

* Format

* Remove case comments

* comments with default

* Format

* format
2024-10-15 05:20:46 -04:00

61 lines
4.4 KiB
XML

<Root>
<File Name="object_bji" Segment="6">
<!-- Skeleton -->
<!-- The textures used by these limbs aren't 64-bit aligned -->
<Limb Name="gHylianOldManPelvisLimb" LimbType="Standard" Offset="0x0"/>
<Limb Name="gHylianOldManLeftThighLimb" LimbType="Standard" Offset="0xC"/>
<Limb Name="gHylianOldManLeftShinLimb" LimbType="Standard" Offset="0x18"/>
<Limb Name="gHylianOldManLeftFootLimb" LimbType="Standard" Offset="0x24"/>
<Limb Name="gHylianOldManRightThighLimb" LimbType="Standard" Offset="0x30"/>
<Limb Name="gHylianOldManRightShinLimb" LimbType="Standard" Offset="0x3C"/>
<Limb Name="gHylianOldManRightFootLimb" LimbType="Standard" Offset="0x48"/>
<Limb Name="gHylianOldManTorsoLimb" LimbType="Standard" Offset="0x54"/>
<Limb Name="gHylianOldManLeftUpperArmLimb" LimbType="Standard" Offset="0x60"/>
<Limb Name="gHylianOldManLeftForearmLimb" LimbType="Standard" Offset="0x6C"/>
<Limb Name="gHylianOldManLeftHandLimb" LimbType="Standard" Offset="0x78"/>
<Limb Name="gHylianOldManRightUpperArmLimb" LimbType="Standard" Offset="0x84"/>
<Limb Name="gHylianOldManRightForearmLimb" LimbType="Standard" Offset="0x90"/>
<Limb Name="gHylianOldManRightHandLimb" LimbType="Standard" Offset="0x9C"/>
<Limb Name="gHylianOldManHeadLimb" LimbType="Standard" Offset="0xA8"/>
<Skeleton Name="gHylianOldManSkel" Type="Flex" LimbType="Standard" Offset="0xF0"/>
<!-- Textures -->
<!-- 32-bit aligned textures. -->
<Texture Name="gHylianOldManTLUT" OutName="tlut" Format="rgba16" Width="16" Height="16" Offset="0xFC"/>
<Texture Name="gHylianOldManHairTex" OutName="hair" Format="ci8" Width="8" Height="8" Offset="0x2FC" TlutOffset="0xFC"/>
<Texture Name="gHylianOldManSkinTex" OutName="skin" Format="ci8" Width="8" Height="8" Offset="0x33C" TlutOffset="0xFC"/>
<Texture Name="gHylianOldManForeheadTex" OutName="forehead" Format="ci8" Width="16" Height="16" Offset="0x37C" TlutOffset="0xFC"/>
<Texture Name="gHylianOldManMouthTex" OutName="mouth" Format="ci8" Width="8" Height="8" Offset="0x47C" TlutOffset="0xFC"/>
<Texture Name="gHylianOldManNoseTex" OutName="nose" Format="ci8" Width="8" Height="8" Offset="0x4BC" TlutOffset="0xFC"/>
<Texture Name="gHylianOldManClothesCapTex" OutName="clothes_cap" Format="i8" Width="16" Height="16" Offset="0x4FC"/>
<Texture Name="gHylianOldManEyeOpenTex" OutName="eye_open" Format="ci8" Width="32" Height="32" Offset="0x5FC" TlutOffset="0xFC"/>
<Texture Name="gHylianOldManEyeHalfTex" OutName="eye_half" Format="ci8" Width="32" Height="32" Offset="0x9FC" TlutOffset="0xFC"/>
<Texture Name="gHylianOldManEyeClosedTex" OutName="eye_closed" Format="ci8" Width="32" Height="32" Offset="0xDFC" TlutOffset="0xFC"/>
<Texture Name="gHylianOldManClothesSideTex" OutName="clothes_side" Format="i8" Width="8" Height="8" Offset="0x11FC"/>
<!-- DLs -->
<DList Name="gHylianOldManHeadDL" Offset="0x2560"/>
<DList Name="gHylianOldManRightHandDL" Offset="0x2B88"/>
<DList Name="gHylianOldManRightForearmDL" Offset="0x2C50"/>
<DList Name="gHylianOldManRightUpperArmDL" Offset="0x2D40"/>
<DList Name="gHylianOldManLeftHandDL" Offset="0x2E40"/>
<DList Name="gHylianOldManLeftForearmDL" Offset="0x2F08"/>
<DList Name="gHylianOldManLeftUpperArmDL" Offset="0x2FF8"/>
<DList Name="gHylianOldManTorsoDL" Offset="0x30F8"/>
<DList Name="gHylianOldManRightFootDL" Offset="0x3328"/>
<DList Name="gHylianOldManRightShinDL" Offset="0x33F0"/>
<DList Name="gHylianOldManRightThighDL" Offset="0x34B8"/>
<DList Name="gHylianOldManLeftFootDL" Offset="0x3580"/>
<DList Name="gHylianOldManLeftShinDL" Offset="0x3648"/>
<DList Name="gHylianOldManLeftThighDL" Offset="0x3710"/>
<DList Name="gHylianOldManPelvisDL" Offset="0x37D8"/>
<!-- Bald Head Textures -->
<Texture Name="gHylianOldManBaldSkinEarTex" OutName="bald_skin_ear" Format="rgba16" Width="8" Height="8" Offset="0x3908"/>
<Texture Name="gHylianOldManBaldFacialHairTex" OutName="bald_facial_hair" Format="rgba16" Width="8" Height="8" Offset="0x3988"/>
<Texture Name="gHylianOldManBaldEyeTex" OutName="bald_eye" Format="rgba16" Width="8" Height="8" Offset="0x3A08"/>
<!-- Bald Head DL -->
<DList Name="gHylianOldManBaldHeadDL" Offset="0x3F68"/>
</File>
</Root>