summaryrefslogtreecommitdiff
path: root/assets/xml/objects/object_random_obj.xml
diff options
context:
space:
mode:
authorNuss <67802335+hack-nuss@users.noreply.github.com>2023-10-09 03:25:49 +0200
committerGitHub <noreply@github.com>2023-10-08 22:25:49 -0300
commitab4c207be49f9d3ac17f8522ec9c7dbc87675f24 (patch)
treee720c46b618b5b5c3610332b947e38f565a9be7b /assets/xml/objects/object_random_obj.xml
parentd25e10dcc24b911ef0c67c5a84dd7ebcb3e45872 (diff)
object_random_obj (#1416)
* naming * Secret Shrine doors * naming * OutName
Diffstat (limited to 'assets/xml/objects/object_random_obj.xml')
-rw-r--r--assets/xml/objects/object_random_obj.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/xml/objects/object_random_obj.xml b/assets/xml/objects/object_random_obj.xml
index 9b9986ca1..509ed86c7 100644
--- a/assets/xml/objects/object_random_obj.xml
+++ b/assets/xml/objects/object_random_obj.xml
@@ -1,6 +1,7 @@
<Root>
+ <!-- Object for Secret Shrine Sliding Door -->
<File Name="object_random_obj" Segment="6">
- <DList Name="object_random_obj_DL_000190" Offset="0x190" />
- <Texture Name="object_random_obj_Tex_0002F0" OutName="tex_0002F0" Format="rgba16" Width="32" Height="64" Offset="0x2F0" />
+ <DList Name="gSecretShrineSlidingDoorDL" Offset="0x190" />
+ <Texture Name="gSecretShrineSlidingDoorTex" OutName="secret_shrine_sliding_door" Format="rgba16" Width="32" Height="64" Offset="0x2F0" />
</File>
</Root>