1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 21:04:43 +00:00
oot/assets/xml/objects/object_dnk.xml
petrie911 b8c2ec1f60
Forest Stage and related actors and objects (#618)
* starting out

* match demo

* full match

* cleanup

* more names

* more names

* headers

* dist from link

* docs

* objects

* format

* organization of xmls

* merge actor

* Update src/overlays/actors/ovl_En_Dnt_Nomal/z_en_dnt_nomal.c

Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>

* Update src/overlays/actors/ovl_En_Dnt_Jiji/z_en_dnt_jiji.c

Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>

* format

Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Fig02 <fig02srl@gmail.com>
Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
2021-02-12 17:25:02 -05:00

31 lines
1.4 KiB
XML

<Root>
<File Name="object_dnk" Segment="6">
<!-- Forest Stage scrub skeleton -->
<Skeleton Name="gDntStageSkel" Type="Standard" LimbType="Standard" Offset="0x2AF0"/>
<!-- Forest Stage scrub animations -->
<Animation Name="gDntStageSpitAnim" Offset="0x31C"/>
<Animation Name="gDntStageHideAnim" Offset="0x430"/>
<Animation Name="gDntStageDanceAnim" Offset="0x6CC"/>
<Animation Name="gDntStageUnburrowAnim" Offset="0x894"/>
<Animation Name="gDntStageUpAnim" Offset="0xB70"/>
<Animation Name="gDntStageWalkAnim" Offset="0x2E1C"/>
<!-- Forest Stage scrub eye textures -->
<Texture Name="gDntStageEyeOpenTex" OutName="dnt_stage_eye_open" Format="rgb5a1" Width="8" Height="8" Offset="0x27D0"/>
<Texture Name="gDntStageEyeHalfTex" OutName="dnt_stage_eye_half" Format="rgb5a1" Width="8" Height="8" Offset="0x25D0"/>
<Texture Name="gDntStageEyeShutTex" OutName="dnt_stage_eye_shut" Format="rgb5a1" Width="8" Height="8" Offset="0x2750"/>
<!-- Forest Stage scrub flower -->
<DList Name="gDntStageFlowerDL" Offset="0x1B00"/>
<!-- Forest Stage scrub Deku Nut (used by Nutsball) -->
<DList Name="gDntStageNutDL" Offset="0x1890"/>
<!-- Unused Content -->
<!-- Forest Stage scrub animation -->
<Animation Name="gDntStageWaitAnim" Offset="0x2CB8"/>
</File>
</Root>