mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add B/W 2 and related infrastructure.
This commit is contained in:
parent
12b87852c6
commit
573294c4e5
7 changed files with 16 additions and 2 deletions
|
@ -6,4 +6,5 @@ pokedex_id,local_language_id,name,description
|
|||
5,9,Original Sinnoh,Diamond/Pearl Sinnoh dex
|
||||
6,9,Extended Sinnoh,Platinum Sinnoh dex—an extended version of Diamond and Pearl's
|
||||
7,9,Updated Johto,"HeartGold/SoulSilver Johto dex—Gold/Silver/Crystal's, extended to add move-based Generation IV evolutions"
|
||||
8,9,Unova,Black/White Unova dex
|
||||
8,9,Original Unova,Black/White Unova dex
|
||||
9,9,Updated Unova,Black 2/White 2 Unova dex
|
||||
|
|
|
|
@ -6,4 +6,5 @@ id,region_id,identifier
|
|||
5,4,original-sinnoh
|
||||
6,4,extended-sinnoh
|
||||
7,2,updated-johto
|
||||
8,5,unova
|
||||
8,5,original-unova
|
||||
9,5,updated-unova
|
||||
|
|
|
|
@ -50,3 +50,9 @@ version_group_id,pokemon_move_method_id
|
|||
12,1
|
||||
13,1
|
||||
13,3
|
||||
14,1
|
||||
14,2
|
||||
14,3
|
||||
14,4
|
||||
14,6
|
||||
14,10
|
||||
|
|
|
|
@ -13,3 +13,4 @@ version_group_id,region_id
|
|||
10,1
|
||||
10,2
|
||||
11,5
|
||||
14,5
|
||||
|
|
|
|
@ -12,3 +12,4 @@ id,generation_id,pokedex_id,order
|
|||
11,5,8,13
|
||||
12,3,,7
|
||||
13,3,,8
|
||||
14,5,9,14
|
||||
|
|
|
|
@ -19,3 +19,5 @@ version_id,local_language_id,name
|
|||
18,9,White
|
||||
19,9,Colosseum
|
||||
20,9,XD
|
||||
21,9,Black 2
|
||||
22,9,White 2
|
||||
|
|
|
|
@ -19,3 +19,5 @@ id,version_group_id,identifier
|
|||
18,11,white
|
||||
19,12,colosseum
|
||||
20,13,xd
|
||||
21,14,black-2
|
||||
22,14,white-2
|
||||
|
|
|
Loading…
Reference in a new issue