Skip to content

Commit

Permalink
Add an option for the child altar to provide SoT and OoT information
Browse files Browse the repository at this point in the history
  • Loading branch information
RawZ06 committed Dec 11, 2024
1 parent dfbc636 commit 30b81ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,7 @@ def build_altar_hints(world: World, messages: list[Message], include_rewards: bo
child_text += get_hint('Spiritual Stone Text Start', world.settings.clearer_hints).text + '\x04'
for (reward, color) in boss_rewards_spiritual_stones:
child_text += build_boss_string(reward, color, world)
if 'altar_child_oot' in world.settings.misc_hints:
child_text += build_oot_sot_hints(world)
child_text += '\x04'
child_text += get_hint('Child Altar Text End', world.settings.clearer_hints).text
Expand Down
5 changes: 5 additions & 0 deletions SettingsList.py
Original file line number Diff line number Diff line change
Expand Up @@ -3497,6 +3497,7 @@ class SettingInfos:
gui_text = 'Misc. Hints',
choices = {
'altar': 'Temple of Time Altar',
'altar_child_oot': 'Temple of Time Altar Child OoT and SoT rewards',
'dampe_diary': "Dampé's Diary (Hookshot)",
'ganondorf': 'Ganondorf (Light Arrows)',
'warp_songs_and_owls': 'Warp Songs and Owls',
Expand All @@ -3519,6 +3520,10 @@ class SettingInfos:
Spiritual Stones (unless Maps and Compasses
Give Information is enabled).
Reading the Temple of Time altar as a child will
tell you what rewards the Ocarina of Time and
the Song of Time lead to.
Reading the Temple of Time altar as adult
will tell you the locations of the Medallions
(unless Maps and Compasses Give Information
Expand Down

0 comments on commit 30b81ce

Please sign in to comment.