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

Add random choice to all starter modes #305

Closed Terasol closed 3 months ago

Terasol commented 3 months ago

Description

This adds the same selection menu to all variants of the starter mode. the bot will then navigate to the appropriate position it also allows to start the mode anywhere in the Lab but of cause starting in front of the balls is still the fastest "fixes" #198

Changes

modules/modes/starters.py -> adds the choice menus for the two variants in the labs

Checklist