summaryrefslogtreecommitdiff
path: root/assets/xml/objects
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2023-10-29 05:33:07 -0700
committerGitHub <noreply@github.com>2023-10-29 09:33:07 -0300
commit23beee0717364de43ca9a82957cc910cf818de90 (patch)
tree6cfdefbb1a9bfbc4207ebb6867fb025850f8151a /assets/xml/objects
parent2859cbbf5e0da927c8a61897ed23869442969bcb (diff)
ObjTakarayaWall OK (#1448)
* Takaraya Wall OK * Docs * Object docs * Small cleanup * undefined syms removal * EnTakaraya_SpawnWalls docs * PR * Small cleanup * Adjust comment * PR * More PR * PR * > 1 * ObjTakarayaWall_CanCarvePath
Diffstat (limited to 'assets/xml/objects')
-rw-r--r--assets/xml/objects/object_takaraya_objects.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/assets/xml/objects/object_takaraya_objects.xml b/assets/xml/objects/object_takaraya_objects.xml
index 4ce448c86..ef1735575 100644
--- a/assets/xml/objects/object_takaraya_objects.xml
+++ b/assets/xml/objects/object_takaraya_objects.xml
@@ -1,9 +1,10 @@
<Root>
+ <!-- Assets for the Treasure Chest Shop Walls -->
<File Name="object_takaraya_objects" Segment="6">
- <Texture Name="object_takaraya_objects_TLUT_000000" OutName="tlut_000000" Format="rgba16" Width="4" Height="4" Offset="0x0" />
- <Texture Name="object_takaraya_objects_Tex_000020" OutName="tex_000020" Format="rgba16" Width="32" Height="32" Offset="0x20" />
- <Texture Name="object_takaraya_objects_Tex_000820" OutName="tex_000820" Format="ci4" Width="32" Height="32" Offset="0x820" />
- <DList Name="object_takaraya_objects_DL_000B70" Offset="0xB70" />
- <DList Name="object_takaraya_objects_DL_000D60" Offset="0xD60" />
+ <Texture Name="gTreasureChestShopWallWhiteTLUT" OutName="treasure_chest_shop_wall_white_tlut" Format="rgba16" Width="4" Height="4" Offset="0x0" />
+ <Texture Name="gTreasureChestShopWallBlackTex" OutName="treasure_chest_shop_wall_black" Format="rgba16" Width="32" Height="32" Offset="0x20" />
+ <Texture Name="gTreasureChestShopWallWhiteTex" OutName="treasure_chest_shop_wall_white" Format="ci4" Width="32" Height="32" Offset="0x820" />
+ <DList Name="gTreasureChestShopWallBlackDL" Offset="0xB70" />
+ <DList Name="gTreasureChestShopWallWhiteDL" Offset="0xD60" />
</File>
</Root>