Fix Water Temple collision#211
Merged
Admentus64 merged 1 commit intomasterfrom Mar 17, 2026
Merged
Conversation
7613caa to
ff94a5f
Compare
This was referenced Mar 22, 2026
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.
There's an issue with the door in room 10 (the door leading to the upper level water song pad in the main hall) in the Water Temple that only occurs as Child Link that you can glitch through if, for example when you slash at it while holding the control stick forward. When you glitch through the door you can still go properly back into room 10 from the other side as the room won't get unloaded (that only happens if you press A to open the door).
Turns out... This was sloppy Nintendo coding and the poor collision design is to blame for it.
However, with some magic Blender skills the issue seems to be fixed now, simply my merging some vertexes together that caused the collision in that particular wall/door to go bonkers.
According to Nokaubure from HylianModding:
"the normals are fliped"
"what a mess nintendo did in this wall"
"there's 2 collision tris interpolated or some shit"
"its both colors at once"
"so there's a triangle in the same position but fliped"
Issue showcasing using screenshots made and footage recorded by users:

2026-03-02_09-49-52.mp4
Zelda_child_quest_glitch.mp4