Load/dump dance

Fixes some out-of-order rows in pokemon_dex_numbers.csv that were
introduced by PR #269 (f8e7637e9).
This commit is contained in:
Andrew Ekstedt 2020-02-29 19:37:15 -08:00
parent 7d5fbaec87
commit 0232456433

View file

@ -3161,17 +3161,17 @@ species_id,pokedex_id,pokedex_number
422,1,422 422,1,422
422,5,60 422,5,60
422,6,60 422,6,60
422,21,341
422,25,88
422,16,260 422,16,260
422,20,75 422,20,75
422,21,341
422,25,88
423,1,423 423,1,423
423,5,61 423,5,61
423,6,61 423,6,61
423,21,342
423,25,89
423,16,261 423,16,261
423,20,76 423,20,76
423,21,342
423,25,89
424,1,424 424,1,424
424,5,64 424,5,64
424,6,64 424,6,64

1 species_id pokedex_id pokedex_number
3161 422 1 422
3162 422 5 60
3163 422 6 60
422 21 341
422 25 88
3164 422 16 260
3165 422 20 75
3166 422 21 341
3167 422 25 88
3168 423 1 423
3169 423 5 61
3170 423 6 61
423 21 342
423 25 89
3171 423 16 261
3172 423 20 76
3173 423 21 342
3174 423 25 89
3175 424 1 424
3176 424 5 64
3177 424 6 64