diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2023-07-10 15:02:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-10 18:02:22 -0400 |
| commit | 08006cc0ea4ef819d32af2051cb9349652b39e6d (patch) | |
| tree | 3b789e48bab543ec80951f86df79ad86a81950a2 /assets/xml/objects | |
| parent | 82318a1c1bd25926269b2cfab16958c4151081d3 (diff) | |
Document EnTanron5 (destructible props, fragments, and item drops in Twinmold's arena) (#1319)
* Document EnTanron5 (destructible props, fragments, and item drops in Twinmold's arena)
* Respond to engineer's review
* Updated the type names, used "ruin" instead of "prop" in comments, and addressed Anon's review
* Missed this instance of "prop"
* Respond to engineer's review
* Update OutNames too
Diffstat (limited to 'assets/xml/objects')
| -rw-r--r-- | assets/xml/objects/object_boss02.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/assets/xml/objects/object_boss02.xml b/assets/xml/objects/object_boss02.xml index 8a80a57f2..0f2fdd052 100644 --- a/assets/xml/objects/object_boss02.xml +++ b/assets/xml/objects/object_boss02.xml @@ -36,13 +36,13 @@ <DList Name="gTwinmoldHeadRightMandibleDL" Offset="0x6C68" /> <!-- DisplayLists and Textures for the destructible props in Twinmold's arena --> - <DList Name="gTwinmoldPyramidRuinDL" Offset="0x6FD0" /> - <Texture Name="gTwinmoldPyramidRuinTLUT" OutName="pyramid_ruin_tlut" Format="rgba16" Width="4" Height="4" Offset="0x7158" /> - <Texture Name="gTwinmoldPyramidRuinTex" OutName="pyramid_ruin" Format="ci4" Width="64" Height="64" Offset="0x7178" /> + <DList Name="gTwinmoldRuinPyramidDL" Offset="0x6FD0" /> + <Texture Name="gTwinmoldRuinPyramidTLUT" OutName="ruin_pyramid_tlut" Format="rgba16" Width="4" Height="4" Offset="0x7158" /> + <Texture Name="gTwinmoldRuinPyramidTex" OutName="ruin_pyramid" Format="ci4" Width="64" Height="64" Offset="0x7178" /> <DList Name="gRuinFragmentDL" Offset="0x7A88" /> - <DList Name="gTwinmoldMajoraPillarDL" Offset="0x7D18" /> - <Texture Name="gTwinmoldMajoraPillarTLUT" OutName="majora_pillar_tlut" Format="rgba16" Width="4" Height="4" Offset="0x7E30" /> - <Texture Name="gTwinmoldMajoraPillarTex" OutName="majora_pillar" Format="ci4" Width="64" Height="64" Offset="0x7E50" /> + <DList Name="gTwinmoldRuinPillarDL" Offset="0x7D18" /> + <Texture Name="gTwinmoldRuinPillarTLUT" OutName="ruin_pillar_tlut" Format="rgba16" Width="4" Height="4" Offset="0x7E30" /> + <Texture Name="gTwinmoldRuinPillarTex" OutName="ruin_pillar" Format="ci4" Width="64" Height="64" Offset="0x7E50" /> <!-- Twinmold Title Card --> <Texture Name="gTwinmoldTitleCardTex" OutName="twinmold_title_card" Format="ia8" Width="128" Height="40" Offset="0x8650" /> |
