mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Another rearrangement of CSV rows by primary key.
This commit is contained in:
parent
42bcb31bdd
commit
29f37d89e5
3 changed files with 31 additions and 31 deletions
pokedex/data/csv
|
@ -1,11 +1,11 @@
|
|||
id,encounter_condition_group_id,name
|
||||
1,1,During a swarm
|
||||
10,4,Leaf Green
|
||||
9,4,Fire Red
|
||||
8,4,Emerald
|
||||
7,4,Sapphire
|
||||
6,4,Ruby
|
||||
5,3,Using PokéRadar
|
||||
4,2,Night
|
||||
3,2,Day
|
||||
2,2,Morning
|
||||
3,2,Day
|
||||
4,2,Night
|
||||
5,3,Using PokéRadar
|
||||
6,4,Ruby
|
||||
7,4,Sapphire
|
||||
8,4,Emerald
|
||||
9,4,Fire Red
|
||||
10,4,Leaf Green
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue