1
0
Fork 0
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:
Zhorken 2010-02-17 02:16:59 -05:00
parent 15bd2a89e2
commit 3b88a83fff
4 changed files with 1403 additions and 671 deletions

View 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
1 pokedex_id version_group_id
2 2 1
3 2 2
4 2 7
5 3 3
6 3 4
7 4 5
8 4 6
9 5 8
10 6 9
11 7 10
12 8 1
13 8 2