mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-24 07:10:44 -04:00
17b7f3f90e
* initial commit of object_tsubo, object_racetsubo and object_obj_chan documentation * little description in chandelier xml * desc between root and file * changed green pot to race pot * changed race pot to magic pot * space in desc Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> --------- Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
13 lines
715 B
XML
13 lines
715 B
XML
<Root>
|
|
<!-- Object for green magic pot -->
|
|
<File Name="object_racetsubo" Segment="6">
|
|
<DList Name="gMagicPotEmpty1DL" Offset="0x270" />
|
|
<DList Name="gMagicPotDL" Offset="0x278" />
|
|
<Texture Name="gMagicPotWallTex" OutName="magic_pot_wall" Format="rgba16" Width="32" Height="64" Offset="0x3E0" />
|
|
<Texture Name="gMagicPotRimTex" OutName="magic_pot_rim" Format="rgba16" Width="16" Height="16" Offset="0x13E0" />
|
|
<DList Name="gMagicPotShardDL" Offset="0x1610" />
|
|
<DList Name="gMagicPotEmpty2DL" Offset="0x1698" />
|
|
<Texture Name="gMagicPotShardTex" OutName="magic_pot_shard" Format="rgba16" Width="16" Height="16" Offset="0x16A0" />
|
|
</File>
|
|
</Root>
|