Pokémon R/B: Pokédex option fixes (#1666)

* Pokémon R/B: Pokedex option fixes

* Pokémon R/B: Missing option display names
This commit is contained in:
Alchav
2023-04-05 00:59:59 -04:00
committed by GitHub
parent 37fdc00517
commit 397ce8343e
6 changed files with 148 additions and 142 deletions

View File

@@ -179,6 +179,7 @@ class AllPokemonSeen(Toggle):
"""Start with all Pokemon "seen" in your Pokedex. This allows you to see where Pokemon can be encountered in the
wild. Pokemon found by fishing or in the Cerulean Cave are not displayed."""
default = 0
display_name = "All Pokemon Seen"
class DexSanity(Toggle):
@@ -271,6 +272,7 @@ class Area1To1Mapping(Toggle):
"""When randomizing wild Pokemon, for each zone, all instances of a particular Pokemon will be replaced with the
same Pokemon, resulting in fewer Pokemon in each area."""
default = 1
display_name = "Area 1-to-1 Mapping"
class RandomizeStarterPokemon(Choice):