mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Fix miscategorized scenes (#1946)
* Fix miscategorized scenes * Sort includes
This commit is contained in:
parent
30eb05321d
commit
9cbd57d329
7 changed files with 18 additions and 16 deletions
16
assets/xml/scenes/indoors/souko.xml
Normal file
16
assets/xml/scenes/indoors/souko.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<Root>
|
||||
<File Name="souko_scene" Segment="2">
|
||||
<Texture Name="gLonLonHouseDayEntranceTex" OutName="day_entrance" Format="ia16" Width="64" Height="4" Offset="0x5210"/>
|
||||
<Texture Name="gLonLonHouseNightEntranceTex" OutName="night_entrance" Format="ia16" Width="64" Height="4" Offset="0x5010"/>
|
||||
<Scene Name="souko_scene" Offset="0x0"/>
|
||||
</File>
|
||||
<File Name="souko_room_0" Segment="3">
|
||||
<Room Name="souko_room_0" Offset="0x0"/>
|
||||
</File>
|
||||
<File Name="souko_room_1" Segment="3">
|
||||
<Room Name="souko_room_1" Offset="0x0"/>
|
||||
</File>
|
||||
<File Name="souko_room_2" Segment="3">
|
||||
<Room Name="souko_room_2" Offset="0x0"/>
|
||||
</File>
|
||||
</Root>
|
Loading…
Add table
Add a link
Reference in a new issue