mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
b0bfa9eb69
* Fix asset includes to consistently start with assets/ * Fix header paths in asset xmls to start with assets/ * Remove -Iassets from compiler options
12 lines
588 B
XML
12 lines
588 B
XML
<Root>
|
|
<ExternalFile XmlPath="objects/gameplay_keep.xml" OutPath="assets/objects/gameplay_keep/"/>
|
|
<File Name="ovl_Oceff_Wipe4" BaseAddress="0x80BACC10" RangeStart="0x460" RangeEnd="0xF48">
|
|
<Texture Name="sTex" OutName="scarecrow_song_effect" Format="i8" Width="32" Height="64" Offset="0x460"/>
|
|
<Array Name="sFrustumVtx" Count="22" Offset="0xC60">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="sMaterialDL" Offset="0xDC0"/>
|
|
<DList Name="sUnusedMaterialDL" Offset="0xE28"/>
|
|
<DList Name="sMaterial2DL" Offset="0xE90"/>
|
|
</File>
|
|
</Root>
|