mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Black and White setup!
This commit is contained in:
parent
497c3aa0f0
commit
a2d3b9ab34
7 changed files with 8 additions and 0 deletions
|
@ -3,3 +3,4 @@ id,main_region_id,canonical_pokedex_id,name
|
||||||
2,2,7,Generation II
|
2,2,7,Generation II
|
||||||
3,3,4,Generation III
|
3,3,4,Generation III
|
||||||
4,4,6,Generation IV
|
4,4,6,Generation IV
|
||||||
|
5,5,8,Generation V
|
||||||
|
|
|
|
@ -9,3 +9,4 @@ pokedex_id,version_group_id
|
||||||
5,8
|
5,8
|
||||||
6,9
|
6,9
|
||||||
7,10
|
7,10
|
||||||
|
8,11
|
||||||
|
|
|
|
@ -6,3 +6,4 @@ id,region_id,name,description
|
||||||
5,4,Original Sinnoh,Diamond/Pearl Sinnoh dex
|
5,4,Original Sinnoh,Diamond/Pearl Sinnoh dex
|
||||||
6,4,Extended Sinnoh,Platinum Sinnoh dex—an extended version of Diamond and Pearl's
|
6,4,Extended Sinnoh,Platinum Sinnoh dex—an extended version of Diamond and Pearl's
|
||||||
7,2,Updated Johto,"HeartGold/SoulSilver Johto dex—Gold/Silver/Crystal's, extended to add move-based Generation IV evolutions"
|
7,2,Updated Johto,"HeartGold/SoulSilver Johto dex—Gold/Silver/Crystal's, extended to add move-based Generation IV evolutions"
|
||||||
|
8,5,Isshu,Black/White Isshu dex
|
||||||
|
|
|
|
@ -3,3 +3,4 @@ id,name
|
||||||
2,Johto
|
2,Johto
|
||||||
3,Hoenn
|
3,Hoenn
|
||||||
4,Sinnoh
|
4,Sinnoh
|
||||||
|
5,Isshu
|
||||||
|
|
|
|
@ -12,3 +12,4 @@ version_group_id,region_id
|
||||||
9,4
|
9,4
|
||||||
10,1
|
10,1
|
||||||
10,2
|
10,2
|
||||||
|
11,5
|
||||||
|
|
|
|
@ -9,3 +9,4 @@ id,generation_id
|
||||||
8,4
|
8,4
|
||||||
9,4
|
9,4
|
||||||
10,4
|
10,4
|
||||||
|
11,5
|
||||||
|
|
|
|
@ -15,3 +15,5 @@ id,version_group_id,name
|
||||||
14,9,Platinum
|
14,9,Platinum
|
||||||
15,10,HeartGold
|
15,10,HeartGold
|
||||||
16,10,SoulSilver
|
16,10,SoulSilver
|
||||||
|
17,11,Black
|
||||||
|
18,11,White
|
||||||
|
|
|
Loading…
Reference in a new issue