1
0
Fork 0
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:
Tharo 2021-04-04 22:48:12 +01:00 committed by GitHub
parent 8b87e53b76
commit 208167361b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 318 additions and 241 deletions

View 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>