1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-19 13:35:18 +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,11 +1,10 @@
<Root>
<File Name="kinsuta_scene">
<File Name="kinsuta_scene" Segment="2">
<Scene Name="kinsuta_scene"/>
</File>
<File Name="kinsuta_room_0">
<Room Name="kinsuta_room_0">
<DListHint Offset="0x30B0" Comment="This display list appears to be unused..."/>
<DListHint Offset="0xB088" Comment="This display list appears to be unused..."/>
</Room>
<File Name="kinsuta_room_0" Segment="3">
<DList Name="gKinsutaDL_0030B0" Offset="0x30B0"/>
<DList Name="gKinsutaDL_00B088" Offset="0xB088"/>
<Room Name="kinsuta_room_0" Offset="0x0"/>
</File>
</Root>
</Root>