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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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]]]