mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Pokemon Emerald: Bump required client version (#2963)
This commit is contained in:
@@ -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]]]
|
||||
|
Reference in New Issue
Block a user