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 Puzzle Solver modes using bicycle #310

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Conversation

hanzi
Copy link
Collaborator

@hanzi hanzi commented Mar 21, 2024

Description

Sky Pillar and Mirage Tower rely on the Mach Bike going fast enough to outrun the cracked floor tiles breaking.

That does not work with the old navigation function because it hits the buttons at the wrong time, so cycling is very slow.

This change updates the Puzzle Solver mode to use the new navigation functions.

It also fixes an issue with replenishing repel, which probably affected Roamer Reset mode.

Fixes #309

Checklist

  • Black Linter has been ran, using --line-length 120 argument
  • Wiki has been updated (if relevant)

Sky Pillar and Mirage Tower rely on the Mach Bike going fast enough to outrun the cracked floor tiles breaking.

That does not work with the old navigation function because it hits the buttons at the wrong time, so cycling is very slow.

This change updates the Puzzle Solver mode to use the new navigation functions.

It also fixes an issue with replenishing repel, which probably affected Roamer Reset mode.
@hanzi hanzi merged commit 18764df into 40Cakes:main Mar 21, 2024
1 check passed
@hanzi hanzi deleted the puzzle-solver-fix branch March 21, 2024 20:19
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.

the skypilar bot puzzle solver is not working properly
2 participants