[Pokémon R/B] Fix DeathLink softlock and increment data version (#1348)

This commit is contained in:
Alchav 2022-12-24 02:25:34 -05:00 committed by GitHub
parent 760af59308
commit 1f1ef10cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -40,13 +40,11 @@ class PokemonRedBlueWorld(World):
game = "Pokemon Red and Blue"
option_definitions = pokemon_rb_options
data_version = 3
data_version = 4
required_client_version = (0, 3, 7)
topology_present = False
item_name_to_id = {name: data.id for name, data in item_table.items()}
location_name_to_id = {location.name: location.address for location in location_data if location.type == "Item"}
item_name_groups = item_groups