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
178 stars 54 forks source link

Static Gift Resets: Properly handle egg hatching #299

Closed hanzi closed 6 months ago

hanzi commented 6 months ago

Description

At some point, probably when the listeners were introduced, the SGR's mode handling of egg hatching broke.

Because the listener will intercept the egg hatching cutscene, the mode does not actually learn about it.

So the player would just keep riding their bike in a circle even though the gift egg had already hatched.

This is a fix for that.

Checklist