mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-21 07:52:21 -04:00
5e4c8e0506
* scene texture xml generator * Create XMLs for every scene_texture except 3 and 7 * Manually add blobs * add XMLs for not used ones * update spec * Add scene_texture as external files to every scene that uses them * add gsDPLoadTextureBlock_4b * gsDPLoadMultiBlock * gsDPLoadTLUT_pal16 * gsDPLoadMultiBlock_4b * Add back the blob I removed... * address review * Fix tluts * delete script
16 lines
617 B
XML
16 lines
617 B
XML
<Root>
|
|
<ExternalFile XmlPath="misc/scene_texture_06.xml" OutPath="misc/scene_texture_06/"/>
|
|
<File Name="Z2_20SICHITAI" Segment="2" Game="MM">
|
|
<Scene Name="Z2_20SICHITAI" Offset="0x0"/>
|
|
</File>
|
|
<File Name="Z2_20SICHITAI_room_00" Segment="3" Game="MM">
|
|
<Room Name="Z2_20SICHITAI_room_00" Offset="0x0"/>
|
|
</File>
|
|
<File Name="Z2_20SICHITAI_room_01" Segment="3" Game="MM">
|
|
<Room Name="Z2_20SICHITAI_room_01" Offset="0x0"/>
|
|
</File>
|
|
<File Name="Z2_20SICHITAI_room_02" Segment="3" Game="MM">
|
|
<Room Name="Z2_20SICHITAI_room_02" Offset="0x0"/>
|
|
</File>
|
|
</Root>
|