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
|
@ -441,6 +441,62 @@ location_id,generation_id,game_index
|
|||
426,5,114
|
||||
427,5,115
|
||||
428,5,116
|
||||
429,6,184
|
||||
430,6,186
|
||||
431,6,194
|
||||
432,6,196
|
||||
433,6,198
|
||||
434,6,200
|
||||
435,6,272
|
||||
436,6,274
|
||||
437,6,280
|
||||
438,6,282
|
||||
439,6,286
|
||||
440,6,288
|
||||
441,6,290
|
||||
442,6,294
|
||||
443,6,296
|
||||
444,6,298
|
||||
445,6,300
|
||||
446,6,302
|
||||
448,6,316
|
||||
449,6,204
|
||||
450,6,206
|
||||
451,6,208
|
||||
452,6,210
|
||||
453,6,212
|
||||
454,6,214
|
||||
455,6,216
|
||||
456,6,218
|
||||
457,6,220
|
||||
458,6,222
|
||||
459,6,224
|
||||
460,6,226
|
||||
461,6,228
|
||||
462,6,230
|
||||
463,6,232
|
||||
464,6,234
|
||||
465,6,236
|
||||
466,6,238
|
||||
467,6,240
|
||||
468,6,242
|
||||
469,6,244
|
||||
470,6,246
|
||||
471,6,248
|
||||
472,6,250
|
||||
473,6,252
|
||||
474,6,254
|
||||
475,6,256
|
||||
476,6,258
|
||||
477,6,260
|
||||
478,6,262
|
||||
479,6,264
|
||||
480,6,266
|
||||
481,6,268
|
||||
482,6,270
|
||||
483,6,324
|
||||
484,6,174
|
||||
485,6,182
|
||||
531,5,117
|
||||
532,5,118
|
||||
533,5,119
|
||||
|
@ -477,6 +533,24 @@ location_id,generation_id,game_index
|
|||
564,5,151
|
||||
565,5,152
|
||||
566,5,153
|
||||
567,6,170
|
||||
568,6,172
|
||||
569,6,176
|
||||
570,6,178
|
||||
571,6,180
|
||||
572,6,188
|
||||
573,6,190
|
||||
574,6,192
|
||||
576,6,284
|
||||
577,6,330
|
||||
578,6,320
|
||||
579,6,310
|
||||
580,6,312
|
||||
581,6,306
|
||||
582,6,278
|
||||
583,6,308
|
||||
584,6,276
|
||||
585,6,354
|
||||
587,6,6
|
||||
588,6,8
|
||||
589,6,9
|
||||
|
@ -581,3 +655,22 @@ location_id,generation_id,game_index
|
|||
688,6,164
|
||||
689,6,166
|
||||
690,6,168
|
||||
691,6,202
|
||||
692,6,292
|
||||
693,6,304
|
||||
694,6,314
|
||||
695,6,318
|
||||
696,6,322
|
||||
697,6,326
|
||||
698,6,328
|
||||
699,6,332
|
||||
700,6,334
|
||||
701,6,336
|
||||
702,6,338
|
||||
703,6,340
|
||||
704,6,342
|
||||
705,6,344
|
||||
706,6,346
|
||||
707,6,348
|
||||
708,6,350
|
||||
709,6,352
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue