mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
[Pokémon R/B] Fix DeathLink softlock and increment data version (#1348)
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user