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

Roamers on LG is throwing errors after a few loops #344

Open ymaniz09 opened 3 weeks ago

ymaniz09 commented 3 weeks ago

image

I cannot see any cause on my terminal as well.

──────────────────────────────────────────────────────────────  Entei encountered at Route 1 ───────────────────────────────────────────────────────────────
┏━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃            ┃       ┃            ┃            ┃                 ┃                 ┃   Shiny    ┃
┃    PID     ┃ Level ┃    Item    ┃   Nature   ┃     Ability     ┃  Hidden Power   ┃   Value    ┃
┡━━━━━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│  B1432B3A  │  50   │     -      │   Timid    │    Pressure     │  Fighting (31)  │   15,650   │
└────────────┴───────┴────────────┴────────────┴─────────────────┴─────────────────┴────────────┘
                   Entei IVs
┏━━━━┳━━━━━┳━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━┳━━━━━━━┓
┃ HP ┃ ATK ┃ DEF ┃ SPATK ┃ SPDEF ┃ SPD ┃ Total ┃
┡━━━━╇━━━━━╇━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━╇━━━━━━━┩
│ 17 │  6  │  0  │   0   │   0   │  0  │    23 │
└────┴─────┴─────┴───────┴───────┴─────┴───────┘
                                                  Statistics
┏━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃            ┃  Phase IV  ┃    Phase SV     ┃      Phase ┃            ┃      Shiny ┃      Total ┃      Shiny ┃
┃            ┃  Records   ┃     Records     ┃ Encounters ┃    Phase % ┃ Encounters ┃ Encounters ┃    Average ┃
┡━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━┩
│ Entei      │   1 / 37   │  200 / 65,366   │        197 │      0.44% │          0 │        197 │        N/A │
│ Total      │  1 / 172   │   11 / 65,533   │     44,480 │       100% │        264 │  2,153,514 │    1/8,157 │
└────────────┴────────────┴─────────────────┴────────────┴────────────┴────────────┴────────────┴────────────┘

I'm also running it for FR and it's working perfectly fine. Thank you!