Skip to content

Commit

Permalink
Pokemon Emerald: Bump required client version (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zunawe authored Mar 20, 2024
1 parent 94650a0 commit d0a9d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/pokemon_emerald/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]]]
Expand Down

0 comments on commit d0a9d0e

Please sign in to comment.