mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
XY rows.
This commit is contained in:
parent
d667024937
commit
55b4eebe9d
5 changed files with 8 additions and 0 deletions
|
@ -4,3 +4,4 @@ id,main_region_id,canonical_pokedex_id,identifier
|
|||
3,3,4,generation-iii
|
||||
4,4,6,generation-iv
|
||||
5,5,8,generation-v
|
||||
6,6,12,generation-vi
|
||||
|
|
|
|
@ -9,3 +9,6 @@ id,region_id,identifier,is_main_series
|
|||
8,5,original-unova,1
|
||||
9,5,updated-unova,1
|
||||
11,,conquest-gallery,0
|
||||
12,6,kalos-central,1
|
||||
13,6,kalos-coastal,1
|
||||
14,6,kalos-mountain,1
|
||||
|
|
|
|
@ -4,3 +4,4 @@ id,identifier
|
|||
3,hoenn
|
||||
4,sinnoh
|
||||
5,unova
|
||||
6,kalos
|
||||
|
|
|
|
@ -13,3 +13,4 @@ id,generation_id,pokedex_id,order
|
|||
12,3,,7
|
||||
13,3,,8
|
||||
14,5,9,14
|
||||
15,6,12,15
|
||||
|
|
|
|
@ -21,3 +21,5 @@ id,version_group_id,identifier
|
|||
20,13,xd
|
||||
21,14,black-2
|
||||
22,14,white-2
|
||||
23,15,x
|
||||
24,15,y
|
||||
|
|
|
Loading…
Reference in a new issue