summaryrefslogtreecommitdiff
path: root/assets/xml/objects
diff options
context:
space:
mode:
authorWimmer <71473855+Wimmerrad@users.noreply.github.com>2023-10-23 00:43:57 +0200
committerGitHub <noreply@github.com>2023-10-22 19:43:57 -0300
commit002f5ba6de4f6eaa96d7201d6eec09d23d85d71f (patch)
tree749ee0ffbe40e02c3edf5231ac92ef89b66a12a6 /assets/xml/objects
parent3569ef97ade41e6ca219fb731bc108c92fd527f8 (diff)
obj_oyu (#1436)
* object_oyu object_oyu.xml / z_bg_goron_oyu.c updated * Hot Spring Water Update * updated comments * GoronGraveyard prefix * Update object_oyu.xml
Diffstat (limited to 'assets/xml/objects')
-rw-r--r--assets/xml/objects/object_oyu.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/assets/xml/objects/object_oyu.xml b/assets/xml/objects/object_oyu.xml
index 78cc8b34d..bbf0b7f72 100644
--- a/assets/xml/objects/object_oyu.xml
+++ b/assets/xml/objects/object_oyu.xml
@@ -1,9 +1,10 @@
<Root>
+ <!-- Hot Spring Water found in the Goron Graveyard -->
<File Name="object_oyu" Segment="6">
- <DList Name="object_oyu_DL_000080" Offset="0x80" />
- <DList Name="object_oyu_DL_000158" Offset="0x158" />
- <Texture Name="object_oyu_Tex_000160" OutName="tex_000160" Format="rgba16" Width="32" Height="32" Offset="0x160" />
- <TextureAnimation Name="object_oyu_Matanimheader_000968" Offset="0x968" />
- <Collision Name="object_oyu_Colheader_000988" Offset="0x988" />
+ <DList Name="gGoronGraveyardHotSpringWaterDL" Offset="0x80" />
+ <DList Name="gGoronGraveyardHotSpringWaterEmptyDL" Offset="0x158" />
+ <Texture Name="gGoronGraveyardHotSpringWaterTex" OutName="hot_spring_water" Format="rgba16" Width="32" Height="32" Offset="0x160" />
+ <TextureAnimation Name="gGoronGraveyardHotSpringWaterTexAnim" Offset="0x968" />
+ <Collision Name="gGoronGraveyardHotSpringWaterCol" Offset="0x988" />
</File>
</Root>