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

Add some leeway on XY input checks to account for stick drift #2342

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

GSKirox
Copy link
Collaborator

@GSKirox GSKirox commented Dec 29, 2024

The fishing fix introduced in #2326 expected an exact 0, 0 on stick coordinates for it to work properly. Which means any stick drift will make it useless.
This adds a leeway of 7 in that check, less than ESS values so we stay in the range of "no movement at all".
I also added the check on B input since i forgot you can use B to move the lure slowly.

@GSKirox GSKirox added Type: Bug Something isn't working Component: ASM/C Changes some internals of the ASM/C libraries Status: Needs Review Someone should be looking at it Status: Needs Testing Probably should be tested labels Dec 30, 2024
@cjohnson57 cjohnson57 removed the Status: Needs Review Someone should be looking at it label Jan 5, 2025
@cjohnson57 cjohnson57 merged commit d4051b9 into OoTRandomizer:Dev Jan 5, 2025
3 checks passed
@cjohnson57 cjohnson57 added this to the next milestone Jan 5, 2025
@GSKirox GSKirox deleted the fishing_xy_leeway branch January 8, 2025 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: ASM/C Changes some internals of the ASM/C libraries Status: Needs Testing Probably should be tested Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants