pokebot-gen3 icon indicating copy to clipboard operation
pokebot-gen3 copied to clipboard

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.

Results 20 pokebot-gen3 issues
Sort by recently updated
recently updated
newest added

Game: Emerald Language: English Mode: Pokecenter Loop Issue: Autobattling tries to make Whismur use Uproar on fellow Whismur despite Soundproof making it immune. It can be assumed that it would...

Bot Mode: Pokecenter Loop Game: Ruby Language: English In-Depth explanation: - Auto Battle is on - Pickup threshold met - First item obtained from Zigzagoon - The bot doesn’t press...

bug

Add more options to "Emulations Speed." Faster than 4x speed, but not unthrottled due to overheating of the CPU. Maybe a custom emulation speed that lets you choose what speed...

![image](https://github.com/40Cakes/pokebot-gen3/assets/9461790/8101f71b-bc2f-4b12-8c1f-adc8aaf4754f) I cannot see any cause on my terminal as well. ``` ────────────────────────────────────────────────────────────── Entei encountered at Route 1 ─────────────────────────────────────────────────────────────── ┏━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ ┃ ┃ ┃ ┃ ┃ ┃ Shiny ┃ ┃...

### Description Adding a Player PC navigation class that allows withdrawing and depositing items to the player's PC ### Changes `modules/player_pc_navigaton.py` Added new file with WithdrawItemNavigator is Emearld only and...

When trying to install requirements after running pokebot.py I receive this error. I am not sure what any of this means. I've done some googling and one solution was to...

### Description Added a revive options in catch strategy to handle fainted leader during a catch ### Changes `modules/battle_handler.py` now handle battle pokemon index `modules/battle_strategies/catch.py` - Changed `decide_turn` function to...

![fsfsdfsdsfd](https://github.com/user-attachments/assets/5dcb85bf-9c8b-4bf7-9c9c-ad4521e1095b) I just installed everything from requirements and its still not opening I even clicked the pokebot.py and nothing is happening

### Description EV training mode based on the existing pokemon centre loop mode. So far only a gui has been implemented. Pull request submitted for help with debugging the gui....

I noticed that after a while, the bot stops, and the UI disappears: ![Screenshot 2024-08-28 at 18 41 07](https://github.com/user-attachments/assets/60cd67e2-bddb-4f7e-8778-53907d91cfe6) I wasn't able to spot anything on the execution logs: ```...