diff --git a/Hints.py b/Hints.py index eee4eb43d..19612edd3 100644 --- a/Hints.py +++ b/Hints.py @@ -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 diff --git a/SettingsList.py b/SettingsList.py index 5d97f732c..1d69b70ec 100644 --- a/SettingsList.py +++ b/SettingsList.py @@ -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', @@ -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