-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Song of Time location to child pedestal #52
Conversation
Hints.py
Outdated
else: | ||
song_of_time_location_string = "\x05\x42your dreams\x05\x40" | ||
string += "And the song that opens the \x05\x44Door of Time\x05\x40 can be found in %s." % song_of_time_location_string | ||
return str(GossipText(string, ['Yellow'], prefix='')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand what impact GossipText or 'Yellow' has on the text.
Main.py
Outdated
@@ -553,6 +553,19 @@ def find_light_arrows(spoiler): | |||
maybe_set_light_arrows(location) | |||
|
|||
|
|||
def maybe_set_song_of_time(location): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every change I made in this file is lifted and shifted from light_arrow_location logic. I didn't take the time to understand how this works, so some of it might not be relevant to song of time.
…contents Code style review for pots branch (Roman971#49) Make pots/crates shuffle their vanilla items (Roman971#50) Fix alt_hint for ganondorf only. Fix Ganon's tower filter tags Resolve c compiler warnings Adjust item_give_collectible for MW_SEND_OWN_ITEMS (Roman971#51) Add Vanilla and Master Quest tags to Ganon's Tower pots (Roman971#52) Change new settings' display names from “X Shuffle” to “Shuffle X” (Roman971#53) Fix version.py ItemPool.py Cleanup Removed the no longer in use function `get_new_junk` as well as `is_freestanding_or_potcrate_or_beehive_location` which was only used in places where it does not matter due to those locations already being handled earlier in the elif chain. Use location.type instead of location.filter_tags for new Locations. Cleanup and fix typo Typo Make small key and piece of heart drops work without requiring new type
Dev merge 8.2.x
Adds the Song of Time location to the child pedestal hints.
Impact:
Shortcomings:
Further ideas: