Skip to content
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

Fix: Entrance Rando Castle courtyard exit #2316

Merged

Conversation

Archez
Copy link
Contributor

@Archez Archez commented Dec 31, 2022

There is an entrance edge case where exiting the castle courtyard crawlspace uses the same entrance index as exiting ganon's castle. This would allow child link to "spoil" where ganon's castle is shuffled too.

I had a check if you were in the courtyard scene to prevent overriding that entrance, but turns out being in the courtyard at night is considered a different scene and so this check was missing that.

PR adds the other scene to the check to fix this edge case.

Build Artifacts

@briaguya-ai briaguya-ai merged commit 048207e into HarbourMasters:develop-bradley Jan 17, 2023
@Archez Archez deleted the entrance-rando-castle-fix branch January 17, 2023 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants