Add XY region, generation, version, and dex names.

This commit is contained in:
Andrew Ekstedt 2013-10-18 19:27:21 -07:00
parent 38ce28e48f
commit d085bd348a
4 changed files with 7 additions and 0 deletions

View file

@ -4,3 +4,4 @@ generation_id,local_language_id,name
3,9,Generation III
4,9,Generation IV
5,9,Generation V
6,9,Generation VI

1 generation_id local_language_id name
4 3 9 Generation III
5 4 9 Generation IV
6 5 9 Generation V
7 6 9 Generation VI

View file

@ -9,3 +9,6 @@ pokedex_id,local_language_id,name,description
8,9,Original Unova,Black/White Unova dex
9,9,Updated Unova,Black 2/White 2 Unova dex
11,9,Gallery,Pokémon Conquest gallery order
12,9,Central Kalos,
13,9,Coastal Kalos,
14,9,Mountain Kalos,

1 pokedex_id local_language_id name description
9 8 9 Original Unova Black/White Unova dex
10 9 9 Updated Unova Black 2/White 2 Unova dex
11 11 9 Gallery Pokémon Conquest gallery order
12 12 9 Central Kalos
13 13 9 Coastal Kalos
14 14 9 Mountain Kalos

View file

@ -4,3 +4,4 @@ region_id,local_language_id,name
3,9,Hoenn
4,9,Sinnoh
5,9,Unova
6,9,Kalos

1 region_id local_language_id name
4 3 9 Hoenn
5 4 9 Sinnoh
6 5 9 Unova
7 6 9 Kalos

View file

@ -21,3 +21,5 @@ version_id,local_language_id,name
20,9,XD
21,9,Black 2
22,9,White 2
23,9,X
24,9,Y

1 version_id local_language_id name
21 20 9 XD
22 21 9 Black 2
23 22 9 White 2
24 23 9 X
25 24 9 Y