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 invalid swim collision from water gate dungeon tag #82

Open
scawful opened this issue Aug 14, 2024 · 0 comments
Open

Fix invalid swim collision from water gate dungeon tag #82

scawful opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
asm Involved assembly programming dungeon Dungeon features, objects, mechanics

Comments

@scawful
Copy link
Owner

scawful commented Aug 14, 2024

The Zora Temple includes an additional section of rooms which make use of the water gate dungeon tag to fill the room with water after the follower activates the switch for Link. Currently, the shape of the water is correct however when Link attempts to swim through the water he cannot movie.

Custom collision isn't a good option currently as it would allow Link to swim through the area before the water mask from the gate has been added, unless I could conditionally activate custom collision.

@scawful scawful added asm Involved assembly programming dungeon Dungeon features, objects, mechanics labels Aug 14, 2024
@scawful scawful self-assigned this Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asm Involved assembly programming dungeon Dungeon features, objects, mechanics
Projects
None yet
Development

No branches or pull requests

1 participant