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,17 +1,17 @@
|
|||
<Root>
|
||||
<File Name="spot05_scene">
|
||||
<Scene Name="spot05_scene">
|
||||
<PathHint Offset="0x69E0"/>
|
||||
<PathHint Offset="0x69E8"/>
|
||||
<PathHint Offset="0x69F0"/>
|
||||
<PathHint Offset="0x69F8"/>
|
||||
<CutsceneHint Name="gMinuetCs" Offset="0x003F80"/>
|
||||
</Scene>
|
||||
<File Name="spot05_scene" Segment="2">
|
||||
<Cutscene Name="gMinuetCs" Offset="0x3F80"/>
|
||||
|
||||
<Path Name="gSpot05Path_0069E0" Offset="0x69E0"/>
|
||||
<Path Name="gSpot05Path_0069E8" Offset="0x69E8"/>
|
||||
<Path Name="gSpot05Path_0069F0" Offset="0x69F0"/>
|
||||
<Path Name="gSpot05Path_0069F8" Offset="0x69F8"/>
|
||||
|
||||
<Scene Name="spot05_scene" Offset="0x0"/>
|
||||
</File>
|
||||
<File Name="spot05_room_0">
|
||||
<Room Name="spot05_room_0">
|
||||
<DListHint Offset="0x9A60"/>
|
||||
<DListHint Offset="0x9EE0"/>
|
||||
</Room>
|
||||
<File Name="spot05_room_0" Segment="3">
|
||||
<DList Name="gSpot05DL_009A60" Offset="0x9A60"/>
|
||||
<DList Name="gSpot05DL_009EE0" Offset="0x9EE0"/>
|
||||
<Room Name="spot05_room_0" Offset="0x0"/>
|
||||
</File>
|
||||
</Root>
|
||||
</Root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue