1
0
Fork 0
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:
Anghelo Carvajal 2021-04-30 20:23:50 -04:00 committed by GitHub
parent 722017814d
commit 9dbebfa38f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
110 changed files with 1126 additions and 1211 deletions

View file

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