diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2022-09-24 11:28:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-24 15:28:49 -0300 |
| commit | 4088aea3f7db074908d35e24b8382fb1244ae00a (patch) | |
| tree | 29c24e12e595f36c0491fb0cfbe4433830f17851 /assets/xml/objects | |
| parent | 62502ac22f063557fd025aaf94b93d5126f2a3a9 (diff) | |
Document object_lotus (lily pad) (#1067)
Diffstat (limited to 'assets/xml/objects')
| -rw-r--r-- | assets/xml/objects/object_lotus.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/assets/xml/objects/object_lotus.xml b/assets/xml/objects/object_lotus.xml index a9835b81b..b9f40033c 100644 --- a/assets/xml/objects/object_lotus.xml +++ b/assets/xml/objects/object_lotus.xml @@ -1,8 +1,9 @@ <Root> + <!-- Assets for Lily Pads --> <File Name="object_lotus" Segment="6"> - <DList Name="object_lotus_DL_000040" Offset="0x40" /> - <Texture Name="object_lotus_TLUT_000100" OutName="tlut_000100" Format="rgba16" Width="4" Height="4" Offset="0x100" /> - <Texture Name="object_lotus_Tex_000120" OutName="tex_000120" Format="ci4" Width="64" Height="64" Offset="0x120" /> - <Collision Name="object_lotus_Colheader_000A20" Offset="0xA20" /> + <DList Name="gLilyPadDL" Offset="0x40" /> <!-- Original name is "z2_hasu_model" ("lotus") --> + <Texture Name="gLilyPadTLUT" OutName="lily_pad_tlut" Format="rgba16" Width="4" Height="4" Offset="0x100" /> + <Texture Name="gLilyPadTex" OutName="lily_pad" Format="ci4" Width="64" Height="64" Offset="0x120" /> + <Collision Name="gLilyPadCol" Offset="0xA20" /> </File> </Root> |
