mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
8161bd84e4
Cosplay Pikachu was listed as being encountered in contest-hall, but that's a Sinnoh location. In OR/AS, the contest halls are not a first-class location but rather just treated as part of the town or city they are in. Cosplay Pikachu is given to the player after they participate in their first contest, so its location can be any of the four cities with a contest hall. The Sinnoh starter that the player obtains in OR/AS is on Hoenn Route 101, not Sinnoh Route 201 (probably a copy/paste error). Add a test to make sure that encounter regions always match the region(s) that their game takes place in. |
||
---|---|---|
.. | ||
add-bw-locations.py | ||
add-gift-encounters.py | ||
add-oras-locations.py | ||
add-sm-locations.py | ||
add-xy-locations.py | ||
disambiguate-location-identifiers.py | ||
fill-pokemon_form_generations.py | ||
gen_iii_tutors.py | ||
gen_iv_tutors.py | ||
markdown-identifiers.py | ||
migration-i18n.py | ||
palpark.py | ||
pokemon_species.py | ||
README | ||
set_pokemon_order.py | ||
set_pokemon_order_columns.sql | ||
update-move-changelogs.py | ||
version-group-pokemon-move-methods.py | ||
xd-tutors.py |
This directory contains scripts that are (or were once) used to maintain the database. Most of them will not work any more, since whatever they did was already done. They're included here for reference, should something similar be needed again. Make sure you know what you are doing when running these.