[Pokémon R/B] Major bug fix + dialogue change (#1305)

* [Pokemon R/B] Major bug fixes

* [Pokemon R/B] Dialogue updates
This commit is contained in:
Alchav
2022-12-08 04:51:01 -05:00
committed by GitHub
parent 92f75f3e03
commit f278dd95c5
5 changed files with 9 additions and 9 deletions

View File

@@ -1205,8 +1205,6 @@ tm_moves = [
'Thunder Wave', 'Psywave', 'Explosion', 'Rock Slide', 'Tri Attack', 'Substitute'
]
first_stage_pokemon = [pokemon for pokemon in pokemon_data.keys() if pokemon not in evolves_from]
legendary_pokemon = ["Articuno", "Zapdos", "Moltres", "Mewtwo", "Mew"]