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
178 stars 54 forks source link

Game Corner: Switch to manual mode if shiny has been found #300

Closed hanzi closed 6 months ago

hanzi commented 6 months ago

Description

Currently, the Game Corner mode will report a Shiny, but not actually stop for it -- at least if auto-catching is enabled (which is the default.)

This fixes the issue.

I also tweaked the coin check so it allows running with <180 coins on LG (where apparently, Abra can be bought for 120)

Checklist