mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Pokémon R/B: logic and location name fixes (#1752)
Corrects incorrect name listed for location in rules.py leading to logic rules failing to apply. Swaps location names for incorrectly-named trainersanity checks in Viridian Gym
This commit is contained in:
@@ -40,7 +40,7 @@ class PokemonRedBlueWorld(World):
|
||||
game = "Pokemon Red and Blue"
|
||||
option_definitions = pokemon_rb_options
|
||||
|
||||
data_version = 7
|
||||
data_version = 8
|
||||
required_client_version = (0, 3, 9)
|
||||
|
||||
topology_present = False
|
||||
|
Reference in New Issue
Block a user