mirror of
https://github.com/zeldaret/oot
synced 2026-08-21 22:40:55 -04:00
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>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Root>
|
||||
<File Name="object_dns" Segment="6">
|
||||
<!-- Forest Stage leader skeleton -->
|
||||
<Skeleton Name="gDntJijiSkel" Type="Standard" LimbType="Standard" Offset="0x33E0"/>
|
||||
<Skeleton Name="gDntJijiSkel" Type="Normal" LimbType="Standard" Offset="0x33E0"/>
|
||||
|
||||
<!-- Forest Stage leader animations -->
|
||||
<Animation Name="gDntJijiBurrowAnim" Offset="0x560"/>
|
||||
|
||||
Reference in New Issue
Block a user