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: Prevent walking off Ganon's Castle ledge when bridge is not spawned #695

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

Archez
Copy link
Contributor

@Archez Archez commented Sep 1, 2023

This is a follow up to #632 in fixing the spawn position for exiting Ganon's Castle with dungeon entrance randomizer.

Previously I believed that 3ds didn't need to modify adult Link's position as the ledge outside is larger in 3ds compared to N64. While this is technically true (the position is fine), when Link transitions through the entrance he spawns with a walking speed, causing him to auto run off the ledge and take damage. This can put <1 heart playthroughs in a soft lock as they will die and respawn with the same speed.

This updates the scene spawn override to set links entry parameters to a stationary spawn when exiting Ganon's Castle with dungeon entrance randomizer.

@gymnast86 gymnast86 merged commit 2dcfbe6 into gamestabled:main Sep 18, 2023
2 checks passed
@Archez Archez deleted the fix-ganons-castle-ledge-spawn branch September 19, 2023 17:11
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