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:
Alchav
2023-04-23 16:17:03 -04:00
committed by GitHub
parent 67c3076572
commit 62a265cc31
3 changed files with 4 additions and 4 deletions

View File

@@ -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