mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Added Pokédexes to replace dex numbers' generations.
This deals with Gen IV having two Sinnoh dexes and a Johto dex.
This commit is contained in:
parent
15bd2a89e2
commit
3b88a83fff
4 changed files with 1403 additions and 671 deletions
pokedex/data/csv
13
pokedex/data/csv/pokedex_version_groups.csv
Normal file
13
pokedex/data/csv/pokedex_version_groups.csv
Normal file
|
@ -0,0 +1,13 @@
|
|||
pokedex_id,version_group_id
|
||||
2,1
|
||||
2,2
|
||||
2,7
|
||||
3,3
|
||||
3,4
|
||||
4,5
|
||||
4,6
|
||||
5,8
|
||||
6,9
|
||||
7,10
|
||||
8,1
|
||||
8,2
|
|
Loading…
Add table
Add a link
Reference in a new issue