mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
6fd43b097c
Fossil pokémon don't fit with the rest of the gift pokemon: rather than being given a pokémon directly, you get an item which can be exchanged for a pokémon somewhere else ("revived"). To handle them properly we'd have to add an item location table. I don't want to figure that out right now, so just ignore the fossils for now. |
||
---|---|---|
.. | ||
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.