blob: 5385b9639954ce02566d1c7714a705556adeede6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<Root>
<!-- Dependencies -->
<ExternalFile XmlPath="objects/gameplay_keep.xml" OutPath="assets/objects/gameplay_keep/"/>
<!-- Get Item Draw: Biggoron Sword (remnant of OoT) -->
<File Name="object_gi_longsword" Segment="6">
<!-- Biggoron Sword Display Lists -->
<DList Name="gGiBiggoronSwordDL" Offset="0x600" />
</File>
</Root>
|