1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Add B/W locations.

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:
a_magical_me 2011-04-03 05:12:09 -07:00
parent dbb293e727
commit 7b7c0addde
4 changed files with 371 additions and 1 deletions

View file

@ -324,3 +324,118 @@ location_id,generation_id,game_index
341,4,3076
342,4,2013
343,4,2014
344,5,1
345,5,2
346,5,4
346,5,81
347,5,5
348,5,6
349,5,7
350,5,8
351,5,9
351,5,76
352,5,10
352,5,77
353,5,11
353,5,78
354,5,12
354,5,79
355,5,13
355,5,80
356,5,14
357,5,15
358,5,16
359,5,17
360,5,18
360,5,93
361,5,19
361,5,94
362,5,20
362,5,95
363,5,21
363,5,96
364,5,22
364,5,97
365,5,23
366,5,24
366,5,98
367,5,25
367,5,99
368,5,26
368,5,100
369,5,27
369,5,101
370,5,28
370,5,102
371,5,29
371,5,103
372,5,30
373,5,31
374,5,32
375,5,33
376,5,34
377,5,35
378,5,36
378,5,84
379,5,37
379,5,85
380,5,38
380,5,86
381,5,39
381,5,87
382,5,40
383,5,41
383,5,104
384,5,42
384,5,105
385,5,43
386,5,44
387,5,45
388,5,46
389,5,47
390,5,48
391,5,49
392,5,50
392,5,83
393,5,51
393,5,82
394,5,52
395,5,53
396,5,54
397,5,55
398,5,56
399,5,57
400,5,58
401,5,59
402,5,60
403,5,61
403,5,88
404,5,62
405,5,63
406,5,64
407,5,65
407,5,89
408,5,66
408,5,90
409,5,67
409,5,91
410,5,68
410,5,92
411,5,69
412,5,70
413,5,71
414,5,72
415,5,73
416,5,74
417,5,75
418,5,106
419,5,107
420,5,108
421,5,109
422,5,110
423,5,111
424,5,112
425,5,113
426,5,114
427,5,115
428,5,116

1 location_id generation_id game_index
324 341 4 3076
325 342 4 2013
326 343 4 2014
327 344 5 1
328 345 5 2
329 346 5 4
330 346 5 81
331 347 5 5
332 348 5 6
333 349 5 7
334 350 5 8
335 351 5 9
336 351 5 76
337 352 5 10
338 352 5 77
339 353 5 11
340 353 5 78
341 354 5 12
342 354 5 79
343 355 5 13
344 355 5 80
345 356 5 14
346 357 5 15
347 358 5 16
348 359 5 17
349 360 5 18
350 360 5 93
351 361 5 19
352 361 5 94
353 362 5 20
354 362 5 95
355 363 5 21
356 363 5 96
357 364 5 22
358 364 5 97
359 365 5 23
360 366 5 24
361 366 5 98
362 367 5 25
363 367 5 99
364 368 5 26
365 368 5 100
366 369 5 27
367 369 5 101
368 370 5 28
369 370 5 102
370 371 5 29
371 371 5 103
372 372 5 30
373 373 5 31
374 374 5 32
375 375 5 33
376 376 5 34
377 377 5 35
378 378 5 36
379 378 5 84
380 379 5 37
381 379 5 85
382 380 5 38
383 380 5 86
384 381 5 39
385 381 5 87
386 382 5 40
387 383 5 41
388 383 5 104
389 384 5 42
390 384 5 105
391 385 5 43
392 386 5 44
393 387 5 45
394 388 5 46
395 389 5 47
396 390 5 48
397 391 5 49
398 392 5 50
399 392 5 83
400 393 5 51
401 393 5 82
402 394 5 52
403 395 5 53
404 396 5 54
405 397 5 55
406 398 5 56
407 399 5 57
408 400 5 58
409 401 5 59
410 402 5 60
411 403 5 61
412 403 5 88
413 404 5 62
414 405 5 63
415 406 5 64
416 407 5 65
417 407 5 89
418 408 5 66
419 408 5 90
420 409 5 67
421 409 5 91
422 410 5 68
423 410 5 92
424 411 5 69
425 412 5 70
426 413 5 71
427 414 5 72
428 415 5 73
429 416 5 74
430 417 5 75
431 418 5 106
432 419 5 107
433 420 5 108
434 421 5 109
435 422 5 110
436 423 5 111
437 424 5 112
438 425 5 113
439 426 5 114
440 427 5 115
441 428 5 116