Skip to content

Commit d0a9d0e

Browse files
authored
Pokemon Emerald: Bump required client version (ArchipelagoMW#2963)
1 parent 94650a0 commit d0a9d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/pokemon_emerald/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class PokemonEmeraldWorld(World):
8787
location_name_groups = LOCATION_GROUPS
8888

8989
data_version = 2
90-
required_client_version = (0, 4, 3)
90+
required_client_version = (0, 4, 5)
9191

9292
badge_shuffle_info: Optional[List[Tuple[PokemonEmeraldLocation, PokemonEmeraldItem]]]
9393
hm_shuffle_info: Optional[List[Tuple[PokemonEmeraldLocation, PokemonEmeraldItem]]]

0 commit comments

Comments
 (0)