mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 22:41:14 +00:00
Change Hints in scene's XMLs (#800)
* Remove blobhint * Add segments and offsets, and remove most hints * Change PathHint to Path * Add missing final new lines in scenes xmls
This commit is contained in:
parent
722017814d
commit
9dbebfa38f
110 changed files with 1126 additions and 1211 deletions
|
@ -1,14 +1,12 @@
|
|||
<Root>
|
||||
<File Name="spot02_scene">
|
||||
<File Name="spot02_scene" Segment="2">
|
||||
<Scene Name="spot02_scene"/>
|
||||
</File>
|
||||
<File Name="spot02_room_0">
|
||||
<Room Name="spot02_room_0">
|
||||
<DListHint Offset="0x26D0" Comment="This display list appears to be unused..."/>
|
||||
</Room>
|
||||
<File Name="spot02_room_0" Segment="3">
|
||||
<DList Name="gSpot02DL_0026D0" Offset="0x26D0"/>
|
||||
<Room Name="spot02_room_0" Offset="0x0"/>
|
||||
</File>
|
||||
<File Name="spot02_room_1">
|
||||
<Room Name="spot02_room_1">
|
||||
</Room>
|
||||
<File Name="spot02_room_1" Segment="3">
|
||||
<Room Name="spot02_room_1" Offset="0x0"/>
|
||||
</File>
|
||||
</Root>
|
||||
</Root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue