mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-27 23:36:22 +00:00
Name some cutscenes 3 (Zora's Domain, Zora's Fountain, Lost Woods and Desert Colossus) (#2355)
* name cs from domain, fountain, lost woods and colossus * review
This commit is contained in:
parent
2f40fed5c1
commit
d12750b956
6 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
<Root>
|
||||
<File Name="spot07_scene" Segment="2">
|
||||
<Path Name="spot07_scenePathList_000234" Offset="0x234" NumPaths="2"/>
|
||||
<Cutscene Name="gZorasDomainCreditsCs" Offset="0x3850"/>
|
||||
<Cutscene Name="gZorasDomainIntroCs" Offset="0x3D70"/>
|
||||
<Texture Name="gZorasDomainDayEntranceTex" OutName="day_entrance" Format="ia8" Width="8" Height="8" Offset="0x8F98"/>
|
||||
<Texture Name="gZorasDomainNightEntranceTex" OutName="night_entrance" Format="ia8" Width="8" Height="8" Offset="0x8FD8"/>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<Root>
|
||||
<File Name="spot07_scene" Segment="2">
|
||||
<Path Name="spot07_scenePathList_000234" Offset="0x234" NumPaths="2"/>
|
||||
<Cutscene Name="gZorasDomainCreditsCs" Offset="0x3854"/>
|
||||
<Cutscene Name="gZorasDomainIntroCs" Offset="0x3D80"/>
|
||||
<Texture Name="gZorasDomainDayEntranceTex" OutName="day_entrance" Format="ia8" Width="8" Height="8" Offset="0x8FA8"/>
|
||||
<Texture Name="gZorasDomainNightEntranceTex" OutName="night_entrance" Format="ia8" Width="8" Height="8" Offset="0x8FE8"/>
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
<Root>
|
||||
<File Name="spot08_scene" Segment="2">
|
||||
<Cutscene Name="gZorasFountainIntroCs" Offset="0x4A80"/>
|
||||
<Cutscene Name="gZorasFountainSapphireCs" Offset="0x2D10"/>
|
||||
<Cutscene Name="gZorasFountainUnusedJabuCs" Offset="0x3C80"/>
|
||||
<Cutscene Name="gZorasFountainCreditsUnusedCs" Offset="0x41F0"/>
|
||||
<Scene Name="spot08_scene" Offset="0x0"/>
|
||||
</File>
|
||||
<File Name="spot08_room_0" Segment="3">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<Root>
|
||||
<File Name="spot10_scene" Segment="2">
|
||||
<Path Name="spot10_scenePathList_00C080" Offset="0xC080" NumPaths="3"/>
|
||||
|
||||
<Cutscene Name="gLostWoodsFairyOcarinaCs" Offset="0xACD0"/>
|
||||
<Scene Name="spot10_scene" Offset="0x0"/>
|
||||
</File>
|
||||
<File Name="spot10_room_0" Segment="3">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<Root>
|
||||
<File Name="spot11_scene" Segment="2">
|
||||
<Cutscene Name="gDesertColossusIntroCs" Offset="0x7990"/>
|
||||
<Cutscene Name="gDesertColossusRequiemOfSpiritCs" Offset="0x4F10"/>
|
||||
<Cutscene Name="gDesertColossusNabooruCapturedCs" Offset="0x65F0"/>
|
||||
<Scene Name="spot11_scene" Offset="0x0"/>
|
||||
</File>
|
||||
<File Name="spot11_room_0" Segment="3">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<Root>
|
||||
<File Name="spot11_scene" Segment="2">
|
||||
<Cutscene Name="gDesertColossusIntroCs" Offset="0x79A0"/>
|
||||
<Cutscene Name="gDesertColossusRequiemOfSpiritCs" Offset="0x4F14"/>
|
||||
<Cutscene Name="gDesertColossusNabooruCapturedCs" Offset="0x6600"/>
|
||||
<Scene Name="spot11_scene" Offset="0x0"/>
|
||||
</File>
|
||||
<File Name="spot11_room_0" Segment="3">
|
||||
|
|
Loading…
Reference in a new issue