You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Market 10 Big Poes': lambdaworld: world.settings.big_poe_count>3and'big_poes'notinworld.settings.misc_hints,
218
218
'Deku Theater Mask of Truth': lambdaworld: notworld.settings.complete_mask_questand'Mask of Truth'notinworld.settings.shuffle_child_tradeand'mask_of_truth'notinworld.settings.misc_hints,
219
-
'Song from Ocarina of Time': lambdaworld: stones_required_by_settings(world) <2,
220
-
'HF Ocarina of Time Item': lambdaworld: stones_required_by_settings(world) <2,
219
+
'Song from Ocarina of Time': lambdaworld: stones_required_by_settings(world) <2and'song_of_time'notinworld.settings.misc_hints,
220
+
'HF Ocarina of Time Item': lambdaworld: stones_required_by_settings(world) <2and'ocarina_of_time'notinworld.settings.misc_hints,
221
221
'Sheik in Kakariko': lambdaworld: medallions_required_by_settings(world) <5,
'location_fallback': "\x08Hey, young man. What's happening \x01today? If you have a \x05\x41Poe\x05\x40, I will \x01buy it.\x04\x1AIf you earn \x05\x41{poe_points} points\x05\x40, you'll\x01be a happy man! Heh heh.\x04\x08Your card now has \x05\x45\x1E\x01\x05\x40points.\x01Come back again!\x01Heh heh heh!\x02",
1950
1950
'text_style': 0x03,
1951
1951
},
1952
+
'ocarina_of_time': {
1953
+
'id': 0x707A,
1954
+
'hint_location': 'HF Ocarina of Time Item Hint',
1955
+
'item_location': 'HF Ocarina of Time Item',
1956
+
'location_text': 'The object retrieved under the drawbridge is \x05\x42{item}\x05\x40.',
1957
+
'text_style': 0x20,
1958
+
},
1959
+
'song_of_time': {
1960
+
'id': 0x707A,
1961
+
'hint_location': 'Song from Ocarina of Time Hint',
1962
+
'item_location': 'Song from Ocarina of Time',
1963
+
'location_text': 'The song learned after the reunification of \x05\x41The Spiritual Stones\x05\x40 is \x05\x42{item}\x05\x40.',
1964
+
'text_style': 0x20,
1965
+
}
1952
1966
}
1953
1967
1954
1968
# Adds capability for dual misc hints. Only used when neither or both hints are enabled, uses corresponding misc_location_hint_table entries if only one is enabled.
'location_fallback': '\x05\x42\x06\x3dForest Stage\x04\x01\x05\x40\x06\x14We are waiting to see your\x01\x06\x32beautiful face!\x01\x06\x28Win fabulous prizes!',
1962
1976
'text_style': 0x13,
1963
1977
},
1978
+
('ocarina_of_time', 'song_of_time'): {
1979
+
'id': 0x707A,
1980
+
'location_text': 'It is also written that reuniting \x05\x41The Spiritual Stones\x05\x40 leads to \x05\x42{item_1}\x05\x40 and \x05\x42{item_2}\x05\x40',
1981
+
'text_style': 0x20,
1982
+
},
1964
1983
}
1965
1984
1966
1985
# Separate table for goal names to avoid duplicates in the hint table.
0 commit comments