1
0
Fork 0
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:
cadmic 2024-04-18 19:21:34 -07:00 committed by GitHub
parent 30eb05321d
commit 9cbd57d329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 18 additions and 16 deletions

View 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>