mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add OR/AS locations
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
This commit is contained in:
parent
f413bf82f0
commit
f2d03da177
4 changed files with 837 additions and 25 deletions
pokedex/data/csv
|
@ -672,3 +672,22 @@ id,region_id,identifier
|
|||
688,6,kiloude-station
|
||||
689,6,ambrette-aquarium
|
||||
690,6,unknown-dungeon
|
||||
691,3,hoenn-pokemon-league
|
||||
692,3,team-aqua-hideout
|
||||
693,3,sea-mauville
|
||||
694,3,team-magma-hideout
|
||||
695,3,battle-resort
|
||||
696,3,ss-tidal
|
||||
697,3,mirage-forest
|
||||
698,3,mirage-cave
|
||||
699,3,mirage-mountain
|
||||
700,3,trackless-forest
|
||||
701,3,pathless-plain
|
||||
702,3,nameless-cavern
|
||||
703,3,fabled-cave
|
||||
704,3,gnarled-den
|
||||
705,3,crescent-isle
|
||||
706,3,secret-islet
|
||||
707,3,soaring-in-the-sky
|
||||
708,3,secret-shore
|
||||
709,3,secret-meadow
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue