mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Poe Objects (#743)
* poe objects * Last unaccounted resolved, name suffix fixes * remove _tex * missed 2 * format Co-authored-by: Fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
8b87e53b76
commit
208167361b
21 changed files with 318 additions and 241 deletions
14
assets/xml/objects/object_poh.xml
Normal file
14
assets/xml/objects/object_poh.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<Root>
|
||||
<File Name="object_poh" Segment="6">
|
||||
<Animation Name="gPoeAttackAnim" Offset="0x01A8"/>
|
||||
<Animation Name="gPoeDamagedAnim" Offset="0x04EC"/>
|
||||
<Animation Name="gPoeFleeAnim" Offset="0x06E0"/>
|
||||
<Animation Name="gPoeFloatAnim" Offset="0x0A60"/>
|
||||
<Animation Name="gPoeAppearAnim" Offset="0x11C4"/>
|
||||
<Animation Name="gPoeDisappearAnim" Offset="0x15B0"/>
|
||||
<DList Name="gPoeBurnDL" Offset="0x2608"/>
|
||||
<DList Name="gPoeLanternDL" Offset="0x2D28"/>
|
||||
<DList Name="gPoeSoulDL" Offset="0x3850"/>
|
||||
<Skeleton Name="gPoeSkel" Type="Standard" LimbType="Standard" Offset="0x50D0"/>
|
||||
</File>
|
||||
</Root>
|
Loading…
Add table
Add a link
Reference in a new issue