1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 21:04:43 +00:00
oot/assets/xml/objects/object_sst.xml
petrie911 d47528ee59
Bongo Bongo (ovl_Boss_Sst) (#458)
* First pass

* Darkmeiro decompilation

Bg_Gnd_Darkmeiro decompiled, matched, and documented.

* give this a shot

* fix conflict

* one more try

* more matching fun

* fun with bongo

* clean this up later

* found the matching versions

* diff.py has escaped?

* now with more docs

* Now with floor and more docs

* one more thing

* incremental progress

* It's Bongo time

* one little thing

* merge ZAP

* update

* camera

* gfx now in their own file

* now with more object decomp

* name animations

* now shiftable

* missed some. also DECR

* opd merge

* start xml

* now with xml asset extraction

* format

* cleanup

* removed union

Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
2021-04-06 01:08:45 +02:00

56 lines
3.0 KiB
XML

<Root>
<File Name="object_sst" Segment="6">
<!-- Boss Title Card -->
<Texture Name="gBongoTitleCardTex" OutName="bongo_title_card" Format="i8" Width="128" Height="120" Offset="0x13D80"/>
<!-- Skeletons -->
<Skeleton Name="gBongoLeftHandSkel" Type="Flex" LimbType="Standard" Offset="0x04DE0"/>
<Skeleton Name="gBongoRightHandSkel" Type="Flex" LimbType="Standard" Offset="0x0A350"/>
<Skeleton Name="gBongoHeadSkel" Type="Flex" LimbType="Standard" Offset="0x17C40"/>
<!-- Left hand animations -->
<Animation Name="gBongoLeftHandIdleAnim" Offset="0x002E8"/>
<Animation Name="gBongoLeftHandFlatPoseAnim" Offset="0x04EC4"/>
<Animation Name="gBongoLeftHandOpenPoseAnim" Offset="0x04FB4"/>
<Animation Name="gBongoLeftHandFistPoseAnim" Offset="0x050A8"/>
<Animation Name="gBongoLeftHandClenchAnim" Offset="0x0529C"/>
<Animation Name="gBongoLeftHandDamagePoseAnim" Offset="0x0539C"/>
<Animation Name="gBongoLeftHandPushoffPoseAnim" Offset="0x0549C"/>
<Animation Name="gBongoLeftHandHangPoseAnim" Offset="0x05588"/>
<!-- Right hand animations -->
<Animation Name="gBongoRightHandIdleAnim" Offset="0x05860"/>
<Animation Name="gBongoRightHandFlatPoseAnim" Offset="0x0A434"/>
<Animation Name="gBongoRightHandOpenPoseAnim" Offset="0x0A524"/>
<Animation Name="gBongoRightHandFistPoseAnim" Offset="0x0A618"/>
<Animation Name="gBongoRightHandClenchAnim" Offset="0x0A848"/>
<Animation Name="gBongoRightHandDamagePoseAnim" Offset="0x0A948"/>
<Animation Name="gBongoRightHandPushoffPoseAnim" Offset="0x0AA4C"/>
<Animation Name="gBongoRightHandHangPoseAnim" Offset="0x0AB38"/>
<!-- Head animations -->
<Animation Name="gBongoHeadStunnedAnim" Offset="0x0ACD4"/>
<Animation Name="gBongoHeadChargeAnim" Offset="0x0B0D8"/>
<Animation Name="gBongoHeadKnockoutAnim" Offset="0x0B6FC"/>
<Animation Name="gBongoHeadEyeCloseAnim" Offset="0x0C288"/>
<Animation Name="gBongoHeadDamagedHandAnim" Offset="0x0C5B0"/>
<Animation Name="gBongoHeadEyeOpenAnim" Offset="0x0C9BC"/>
<Animation Name="gBongoHeadDamageAnim" Offset="0x0CC6C"/>
<Animation Name="gBongoHeadRecoverAnim" Offset="0x0D458"/>
<Animation Name="gBongoHeadEyeCloseIdleAnim" Offset="0x0DC2C"/>
<Animation Name="gBongoHeadEyeOpenIdleAnim" Offset="0x0E7B8"/>
<!-- Ice effect display lists -->
<DList Name="gBongoIceCrystalDL" Offset="0x17EE0"/>
<DList Name="gBongoIceShardDL" Offset="0x17F80"/>
<!-- Drum head data -->
<DList Name="gBongoDrumDL" Offset="0x19210"/>
<Collision Name="gBongoDrumCol" Offset="0x194F8"/>
<!-- Unused textures -->
<Texture Name="gBongoUnused1Tex" OutName="bongo_unused_1" Format="rgb5a1" Width="8" Height="8" Offset="0x01A6B0"/>
<Texture Name="gBongoUnused2Tex" OutName="bongo_unused_2" Format="rgb5a1" Width="16" Height="16" Offset="0x01A9B0"/>
</File>
</Root>