mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
1134415e13
Some code in spline-pokedex orders by `id`, which has worse consequences than it may seem (e.g. instead of defaulting to most recent games, the comparifier defaults to XD). This is the first step to fixing that.
14 lines
146 B
Text
14 lines
146 B
Text
id,generation_id,pokedex_id,order
|
|
1,1,2,1
|
|
2,1,2,2
|
|
3,2,3,3
|
|
4,2,3,4
|
|
5,3,4,5
|
|
6,3,4,6
|
|
7,3,2,8
|
|
8,4,5,10
|
|
9,4,6,11
|
|
10,4,7,12
|
|
11,5,8,13
|
|
12,3,4,7
|
|
13,3,4,9
|