diff options
| author | Nuss <67802335+hack-nuss@users.noreply.github.com> | 2023-10-09 03:25:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-08 22:25:49 -0300 |
| commit | ab4c207be49f9d3ac17f8522ec9c7dbc87675f24 (patch) | |
| tree | e720c46b618b5b5c3610332b947e38f565a9be7b /assets/xml/objects/object_random_obj.xml | |
| parent | d25e10dcc24b911ef0c67c5a84dd7ebcb3e45872 (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.xml | 5 |
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> |
