Pokemon Emerald: Bump required client version (#2963)

This commit is contained in:
Bryce Wilson
2024-03-20 06:43:13 -06:00
committed by GitHub
parent 94650a02de
commit d0a9d0e2d1

View File

@@ -87,7 +87,7 @@ class PokemonEmeraldWorld(World):
location_name_groups = LOCATION_GROUPS
data_version = 2
required_client_version = (0, 4, 3)
required_client_version = (0, 4, 5)
badge_shuffle_info: Optional[List[Tuple[PokemonEmeraldLocation, PokemonEmeraldItem]]]
hm_shuffle_info: Optional[List[Tuple[PokemonEmeraldLocation, PokemonEmeraldItem]]]