1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-23 07:21:19 +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,18 +1,16 @@
<Root>
<File Name="spot03_scene">
<Scene Name="spot03_scene">
<PathHint Offset="0x02C4"/>
<PathHint Offset="0x6910"/>
<PathHint Offset="0x6918"/>
</Scene>
<File Name="spot03_scene" Segment="2">
<Path Name="gSpot03Path_0002C4" Offset="0x2C4"/>
<Path Name="gSpot03Path_006910" Offset="0x6910"/>
<Path Name="gSpot03Path_006918" Offset="0x6918"/>
<Scene Name="spot03_scene" Offset="0x0"/>
</File>
<File Name="spot03_room_0">
<Room Name="spot03_room_0">
</Room>
<File Name="spot03_room_0" Segment="3">
<Room Name="spot03_room_0" Offset="0x0"/>
</File>
<File Name="spot03_room_1">
<Room Name="spot03_room_1">
<DListHint Offset="0x74E8" Comment="This display list appears to be unused..."/>
</Room>
<File Name="spot03_room_1" Segment="3">
<DList Name="gSpot03DL_0074E8" Offset="0x74E8"/>
<Room Name="spot03_room_1" Offset="0x0"/>
</File>
</Root>
</Root>