[Pokémon R/B] Fix DeathLink softlock and increment data version (#1348)
This commit is contained in:
parent
760af59308
commit
1f1ef10cfe
|
@ -40,13 +40,11 @@ class PokemonRedBlueWorld(World):
|
||||||
game = "Pokemon Red and Blue"
|
game = "Pokemon Red and Blue"
|
||||||
option_definitions = pokemon_rb_options
|
option_definitions = pokemon_rb_options
|
||||||
|
|
||||||
data_version = 3
|
data_version = 4
|
||||||
required_client_version = (0, 3, 7)
|
required_client_version = (0, 3, 7)
|
||||||
|
|
||||||
topology_present = False
|
topology_present = False
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
item_name_to_id = {name: data.id for name, data in item_table.items()}
|
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"}
|
location_name_to_id = {location.name: location.address for location in location_data if location.type == "Item"}
|
||||||
item_name_groups = item_groups
|
item_name_groups = item_groups
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue