Pokemon Emerald: Bump required client version (#2963)
This commit is contained in:
parent
94650a02de
commit
d0a9d0e2d1
|
@ -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]]]
|
||||
|
|
Loading…
Reference in New Issue