Skip to content

Logic updates#828

Open
jcallen wants to merge 2 commits into
gamestabled:mainfrom
jcallen:logic-updates
Open

Logic updates#828
jcallen wants to merge 2 commits into
gamestabled:mainfrom
jcallen:logic-updates

Conversation

@jcallen

@jcallen jcallen commented May 29, 2026

Copy link
Copy Markdown
Contributor

Add a couple of logic updates to prevent impossible seeds (without glitches)

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));

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread write_version.sh
jcallen added 2 commits May 30, 2026 14:46
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants