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

CB2 Evolution States #342

Closed Terasol closed 1 month ago

Terasol commented 1 month ago

Description

The symbols for the evolution game state where missing in the language patches for Emerald. Result of this was, that the bot never detected evolutions and aborting the evolution with the stop_evolution config option was not possible.

Changes

modules/data/symbols/patches/language/pokeemerald.json -> added missing symbols

Notes

Checklist