Logic updates#828
Open
jcallen wants to merge 2 commits into
Open
Conversation
HylianFreddy
requested changes
May 30, 2026
| Entrance(SHADOW_TEMPLE_WIND_TUNNEL, { [] { | ||
| return (LogicLensShadowBack || CanUse(LENS_OF_TRUTH)) && Hookshot && | ||
| SmallKeys(SHADOW_TEMPLE, 3, 4); | ||
| SmallKeys(SHADOW_TEMPLE, 3, 4) && (CanDefeatEnemies(7, 0, 11) || CanUse(LONGSHOT)); |
Collaborator
There was a problem hiding this comment.
This can actually be done with the base hookshot even without spawning the chest. It's different from the original OoT because the hook travels a tiny bit further in this version. To do it you need to stand where the chest would be and aim at the target, the reticle will not appear but the hook will connect anyway.
You could add a logic trick setting and make this entrance require either the longshot or the trick. I don't think the check on the enemies should be there, because even jumping on the chest should be a trick anyway.
To get to the Wind Tunnel room, you need to either be able to spawn the chest (so that you can hop onto it to get high enough to hookshot up), or you need the longshot.
The door to the lava room doesn't open unless the enemies are defeated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a couple of logic updates to prevent impossible seeds (without glitches)