We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94650a0 commit d0a9d0eCopy full SHA for d0a9d0e
worlds/pokemon_emerald/__init__.py
@@ -87,7 +87,7 @@ class PokemonEmeraldWorld(World):
87
location_name_groups = LOCATION_GROUPS
88
89
data_version = 2
90
- required_client_version = (0, 4, 3)
+ required_client_version = (0, 4, 5)
91
92
badge_shuffle_info: Optional[List[Tuple[PokemonEmeraldLocation, PokemonEmeraldItem]]]
93
hm_shuffle_info: Optional[List[Tuple[PokemonEmeraldLocation, PokemonEmeraldItem]]]
0 commit comments