diff --git a/worlds/pokemon_emerald/client.py b/worlds/pokemon_emerald/client.py index d742b893..c91b7d3e 100644 --- a/worlds/pokemon_emerald/client.py +++ b/worlds/pokemon_emerald/client.py @@ -352,6 +352,7 @@ class PokemonEmeraldClient(BizHawkClient): # Send game clear if not ctx.finished_game and game_clear: + ctx.finished_game = True await ctx.send_msgs([{ "cmd": "StatusUpdate", "status": ClientStatus.CLIENT_GOAL,