mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
f2d03da177
This commit adds OR/AS location names from the text dump, for all official languages (ja, en, fr, it, de, ko). It also updates the names of any pre-existing locations from R/S/E to use the names from OR/AS. Mostly this only affects the French translations, which i think were added manually. "Inside of Truck" was renamed to "???" in all languages, which is dumb, but whatever. "Team Magma Hideout" is in fact a different location from the already-existing "Magma Hideout" - Magma Hideout was from Emerald and resided in Jagged Pass, while Team Aqua Hideout and Team Magma Hideout are located outside Lilycove City. Kalos locations are untouched. I assume they didn't change, but didn't verify this. Updates #141 |
||
---|---|---|
.. | ||
add-bw-locations.py | ||
add-oras-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.