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

SGR: Use different path for Togepi egg hatching to avoid wandering NPC #335

Closed hanzi closed 1 month ago

hanzi commented 1 month ago

Description

When using the Static Gift Resets mode in FR/LG to reset the Togepi egg, there is an NPC on the island that may wander around.

The path programmed for cycling in a circle to hatch the egg intersected that NPC's path so the player would get stuck pretty quickly.

This just chooses a different area for cycling in.

Notes

Fixes #334

Checklist