mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
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:
parent
7d5fbaec87
commit
0232456433
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
Loading…
Reference in a new issue