mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
f3f147cc3d
* Import data for z_draw * Match z_draw * cleanup * rupees * Some object gi docs * More documents * Add explanation on function names * more cleanup * Fixed some things * More docs * Object docs WIP, still not done. I'll continue tomorrow * More WIP, should just be mask gi objects left now * Some masks done, many more to go * cleanup * Last masks finish * Shield Stolen * cleanup * Apply various dicussions * remove casts * PR Suggestions * Sync PowderKeg
15 lines
884 B
XML
15 lines
884 B
XML
<Root>
|
|
<!-- Get Item Draw: Great Fairy Sword -->
|
|
<File Name="object_gi_sword_4" Segment="6">
|
|
|
|
<!-- Great Fairy Sword Display Lists -->
|
|
<DList Name="gGiGreatFairySwordHiltEmblemDL" Offset="0x940" /> <!-- The leafy hilt and the green emblem on the blade -->
|
|
<DList Name="gGiGreatFairySwordBladeDL" Offset="0xAD8" />
|
|
|
|
<!-- Great Fairy Sword Textures -->
|
|
<Texture Name="gGiGreatFairySwordLeafPatternTex" OutName="gi_great_fairy_sword_leaf_pattern" Format="ia8" Width="32" Height="32" Offset="0xE58" />
|
|
<Texture Name="gGiGreatFairySwordBladeTex" OutName="gi_great_fairy_sword_blade" Format="i8" Width="16" Height="16" Offset="0x1258" />
|
|
<Texture Name="gGiGreatFairySwordEmblemBackgroundTex" OutName="gi_great_fairy_sword_emblem_background" Format="i8" Width="16" Height="16" Offset="0x1358" />
|
|
</File>
|
|
</Root>
|