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

Unable to jump down from a ledge with sword drawn #18

Open
Requiett opened this issue Dec 26, 2023 · 2 comments
Open

Unable to jump down from a ledge with sword drawn #18

Requiett opened this issue Dec 26, 2023 · 2 comments

Comments

@Requiett
Copy link

In the original game, you could hold the sword button to keep the sword out and jump down from a ledge while holding it drawn. In this port, there seems to be a glitch where Link will not jump down with the sword drawn and instead will poke the ledge as if it were a wall. The jump sound will continuously loop if you continue holding the direction of the ledge.

Link's sword will also collide with some other assets that it did not in the original game, such as the mini boss in the Tail Cave with the giant rolling spiked column. You cannot jump over the spiked column with the sword drawn like in the original game, because the sword collides with the column and bounces you back.

@Requiett
Copy link
Author

video_2023-12-25_22-24-14.mp4

This glitch is even more bizarre when Marin is following Link.

@reloadjoefromkokomo
Copy link

I fixed this on my local copy. Message me if you want details. I had control issues so I redid the button mapper part of the code and my version currently supports keyboard only. (I just use joy2key for a gamepad).

The control issues I was experiencing was unable to move in a direction with sword out and jump. The direction that wouldn't work wasn't consistent.

I took ControlHandler out of the code and added my own Keyboard handler that refreshes in sync with the game. Now it works and you can fall off a ledge with sword drawn.

That's why I don't want to merge.

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

No branches or pull requests

2 participants