1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00
oot/assets/xml/objects/object_firefly.xml
Anghelo Carvajal 5562b2ef6f
Fix some fixable warnings (#728)
* Fix setup warnings

Signed-off-by: angie <angheloalf95@gmail.com>

* Casting the problems away

Signed-off-by: angie <angheloalf95@gmail.com>

* I don't really like changing the type to void

Signed-off-by: angie <angheloalf95@gmail.com>

* We're out of EARLY hell

Signed-off-by: angie <angheloalf95@gmail.com>

* ./format.sh

Signed-off-by: angie <angheloalf95@gmail.com>

* Change skel type to "Normal"

Signed-off-by: angie <angheloalf95@gmail.com>

* Changes requested

Signed-off-by: angie <angheloalf95@gmail.com>

* suggestion of roman

Signed-off-by: angie <angheloalf95@gmail.com>

* early is back :c

Signed-off-by: angie <angheloalf95@gmail.com>

* This will be a fix in ZAPD

Signed-off-by: angie <angheloalf95@gmail.com>
2021-03-23 19:45:42 -04:00

22 lines
1.4 KiB
XML

<Root>
<File Name="object_firefly" Segment="6">
<Animation Name="gKeeseFlyAnim" Offset="0x17C"/>
<Skeleton Name="gKeeseSkeleton" Type="Normal" LimbType="Standard" Offset="0x18B8"/>
<DList Name="gKeeseEyesDL" Offset="0x1678"/>
<Texture Name="gKeeseEyeTex" OutName="eye" Format="rgb5a1" Width="8" Height="8" Offset="0x190"/>
<Texture Name="gKeeseBodyTex" OutName="body" Format="rgb5a1" Width="8" Height="8" Offset="0x590"/>
<Texture Name="gKeeseTalonTex" OutName="talon" Format="rgb5a1" Width="8" Height="16" Offset="0x610"/>
<Texture Name="gKeeseWingTex" OutName="wing" Format="rgb5a1" Width="4" Height="16" Offset="0x710"/>
<Texture Name="gKeeseEarTex" OutName="ear" Format="rgb5a1" Width="16" Height="8" Offset="0x790"/>
<Texture Name="gFireKeeseBodyTex" OutName="fire_body" Format="rgb5a1" Width="8" Height="8" Offset="0x210"/>
<Texture Name="gFireKeeseEyeTex" OutName="fire_eye" Format="rgb5a1" Width="8" Height="8" Offset="0x290"/>
<Texture Name="gFireKeeseEarTex" OutName="fire_ear" Format="rgb5a1" Width="16" Height="8" Offset="0x310"/>
<Texture Name="gFireKeeseTalonTex" OutName="fire_talon" Format="rgb5a1" Width="8" Height="16" Offset="0x410"/>
<Texture Name="gFireKeeseWingTex" OutName="fire_wing" Format="rgb5a1" Width="4" Height="16" Offset="0x510"/>
</File>
</Root>