mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -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"
|
||||
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
|
||||
|
Reference in New Issue
Block a user