mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add B/W locations. #375
English and Japanese. Woo! The text dump contained a bunch of duplicate location names (possibly for the Entralink?). I've merged them in the locations table, but location_game_indices still has the duplicates—that is, a location can now have multiple game_index values in one generation (necessitating a small schema change).
This commit is contained in:
parent
dbb293e727
commit
7b7c0addde
4 changed files with 371 additions and 1 deletions
pokedex/data/csv
|
@ -331,3 +331,88 @@ id,region_id,identifier
|
|||
341,,concert-event
|
||||
342,,mr-pokemon
|
||||
343,,primo
|
||||
344,5,mystery-zone
|
||||
345,5,faraway-place
|
||||
346,5,nuvema-town
|
||||
347,5,accumula-town
|
||||
348,5,striaton-city
|
||||
349,5,nacrene-city
|
||||
350,5,castelia-city
|
||||
351,5,nimbasa-city
|
||||
352,5,driftveil-city
|
||||
353,5,mistralton-city
|
||||
354,5,icirrus-city
|
||||
355,5,opelucid-city
|
||||
356,5,route-1
|
||||
357,5,route-2
|
||||
358,5,route-3
|
||||
359,5,route-4
|
||||
360,5,route-5
|
||||
361,5,route-6
|
||||
362,5,route-7
|
||||
363,5,route-8
|
||||
364,5,route-9
|
||||
365,5,route-10
|
||||
366,5,route-11
|
||||
367,5,route-12
|
||||
368,5,route-13
|
||||
369,5,route-14
|
||||
370,5,route-15
|
||||
371,5,route-16
|
||||
372,5,route-17
|
||||
373,5,route-18
|
||||
374,5,dreamyard
|
||||
375,5,pinwheel-forest
|
||||
376,5,desert-resort
|
||||
377,5,relic-castle
|
||||
378,5,cold-storage
|
||||
379,5,chargestone-cave
|
||||
380,5,twist-mountain
|
||||
381,5,dragonspiral-tower
|
||||
382,5,victory-road
|
||||
383,5,lacunosa-town
|
||||
384,5,undella-town
|
||||
385,5,anville-town
|
||||
386,5,pokemon-league
|
||||
387,5,ns-castle
|
||||
388,5,royal-unova
|
||||
389,5,gear-station
|
||||
390,5,battle-subway
|
||||
391,5,musical-theater
|
||||
392,5,black-city
|
||||
393,5,white-forest
|
||||
394,5,unity-tower
|
||||
395,5,wellspring-cave
|
||||
396,5,mistralton-cave
|
||||
397,5,rumination-field
|
||||
398,5,celestial-tower
|
||||
399,5,moor-of-icirrus
|
||||
400,5,shopping-mall
|
||||
401,5,challengers-cave
|
||||
402,5,poke-transfer-lab
|
||||
403,5,giant-chasm
|
||||
404,5,liberty-garden
|
||||
405,5,p2-laboratory
|
||||
406,5,skyarrow-bridge
|
||||
407,5,driftveil-drawbridge
|
||||
408,5,tubeline-bridge
|
||||
409,5,village-bridge
|
||||
410,5,marvelous-bridge
|
||||
411,5,entralink
|
||||
412,5,abundant-shrine
|
||||
413,5,undella-bay
|
||||
414,5,lostlorn-forest
|
||||
415,5,trial-chamber
|
||||
416,5,guidance-chamber
|
||||
417,5,entree-forest
|
||||
418,5,accumula-gate
|
||||
419,5,undella-gate
|
||||
420,5,nacrene-gate
|
||||
421,5,castelia-gate
|
||||
422,5,nimbasa-gate
|
||||
423,5,opelucid-gate
|
||||
424,5,black-gate
|
||||
425,5,white-gate
|
||||
426,5,bridge-gate
|
||||
427,5,route-gate
|
||||
428,5,abyssal-ruins
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue