mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
23beee0717
* 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
11 lines
735 B
XML
11 lines
735 B
XML
<Root>
|
|
<!-- Assets for the Treasure Chest Shop Walls -->
|
|
<File Name="object_takaraya_objects" Segment="6">
|
|
<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>
|