summaryrefslogtreecommitdiff
path: root/assets/xml/objects/object_lightswitch.xml
diff options
context:
space:
mode:
authorNuss <67802335+hack-nuss@users.noreply.github.com>2023-07-03 22:08:30 +0200
committerGitHub <noreply@github.com>2023-07-03 16:08:30 -0400
commit3b1b054e933009f4567c4170da2d2fa76a04a5b5 (patch)
tree6f3a620f4d2ed1162bd5fa5b54fc345f68e9c44a /assets/xml/objects/object_lightswitch.xml
parent5fd8afd1db04ce088e0989c4f1800782d22078db (diff)
Object names rename/comments from the OoT equivalent (#1282)
* object_fu(Bean Seller) * object_bombf (Bomb flower) * object_ds2 (Potion Shop Guy) * object_fu (guruguru) * object_hata (Red Flag on Post) * object_lightswitch (Sun Switch) * object_rr (Like Like) * Tower Collapse Bars? * object_vm (Beamos) * ups * object_fu EnumName * improvements * Offset * improvements * object_ms enums and outnames * missing prefix * improvements * improvements
Diffstat (limited to 'assets/xml/objects/object_lightswitch.xml')
-rw-r--r--assets/xml/objects/object_lightswitch.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/assets/xml/objects/object_lightswitch.xml b/assets/xml/objects/object_lightswitch.xml
index 0a374033b..4318488be 100644
--- a/assets/xml/objects/object_lightswitch.xml
+++ b/assets/xml/objects/object_lightswitch.xml
@@ -2,10 +2,11 @@
<File Name="object_lightswitch" Segment="6">
<DList Name="object_lightswitch_DL_000260" Offset="0x260" />
<DList Name="object_lightswitch_DL_000398" Offset="0x398" />
+ <!-- a square, geometry only -->
<DList Name="object_lightswitch_DL_000408" Offset="0x408" />
- <Texture Name="object_lightswitch_Tex_000420" OutName="tex_000420" Format="rgba16" Width="32" Height="32" Offset="0x420" />
- <Texture Name="object_lightswitch_Tex_000C20" OutName="tex_000C20" Format="rgba16" Width="32" Height="32" Offset="0xC20" />
- <Texture Name="object_lightswitch_Tex_001420" OutName="tex_001420" Format="rgba16" Width="32" Height="32" Offset="0x1420" />
+ <Texture Name="object_lightswitch_Tex_000420" OutName="tex_000420" Format="rgba16" Width="32" Height="32" Offset="0x420" /> <!-- eyes open -->
+ <Texture Name="object_lightswitch_Tex_000C20" OutName="tex_000C20" Format="rgba16" Width="32" Height="32" Offset="0xC20" /> <!-- eyes closed -->
+ <Texture Name="object_lightswitch_Tex_001420" OutName="tex_001420" Format="rgba16" Width="32" Height="32" Offset="0x1420" /> <!-- eyes open, smiling -->
<Texture Name="object_lightswitch_Tex_001C20" OutName="tex_001C20" Format="rgba16" Width="32" Height="32" Offset="0x1C20" />
</File>
</Root>