blob: f5ba88dfa71c6d3707535597fac4439c526cf6cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<Root>
<!-- Get Item Draw: Bow -->
<File Name="object_gi_bow" Segment="6">
<!-- Bow Display Lists -->
<DList Name="gGiBowHandleDL" Offset="0xC80" />
<DList Name="gGiBowStringDL" Offset="0xF40" />
<!-- Bow Textures -->
<Texture Name="gGiBowHandleTex" OutName="gi_bow_handle" Format="i8" Width="16" Height="32" Offset="0xFF0" />
<Texture Name="gGiBowStringTex" OutName="gi_bow_string" Format="i8" Width="16" Height="16" Offset="0x11F0" />
</File>
</Root>
|