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

Update Kecleon mode to use the 'new' navigation feature #319

Closed hanzi closed 2 months ago

hanzi commented 2 months ago

Description

This removes calls to the deprecated walking function in Kecleon mode (the one that could only navigate within the current map.)

While that change should make the mode all-so-slightly faster because the player avatar doesn't need to stop before transitioning to the Route 119 map, this was mainly done to slowly get rid of that deprecated function.

Checklist