mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add XY region, generation, version, and dex names.
This commit is contained in:
parent
38ce28e48f
commit
d085bd348a
4 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
|
@ -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,
|
||||
|
|
|
|
@ -4,3 +4,4 @@ region_id,local_language_id,name
|
|||
3,9,Hoenn
|
||||
4,9,Sinnoh
|
||||
5,9,Unova
|
||||
6,9,Kalos
|
||||
|
|
|
|
@ -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
|
||||
|
|
|
Loading…
Reference in a new issue