40Cakes / pokebot-gen3

PokéBot Gen3 is a shiny hunting bot, written in Python that runs libmgba + mGBA Python bindings under the hood. Pokémon Ruby, Sapphire, Emerald, FireRed and LeafGreen are supported.
https://www.youtube.com/@40_Cakes/streams
GNU General Public License v3.0
147 stars 47 forks source link

Fix Puzzle Solver modes using bicycle #310

Closed hanzi closed 3 months ago

hanzi commented 3 months ago

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