mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Added missing R/B internal IDs.
This commit is contained in:
parent
15eeef833a
commit
4bf3a962df
1 changed files with 14 additions and 0 deletions
|
@ -126,6 +126,7 @@ pokemon_id,pokedex_id,pokedex_number
|
|||
25,5,104
|
||||
25,6,104
|
||||
25,7,22
|
||||
25,8,84
|
||||
26,1,26
|
||||
26,2,26
|
||||
26,3,23
|
||||
|
@ -133,6 +134,7 @@ pokemon_id,pokedex_id,pokedex_number
|
|||
26,5,105
|
||||
26,6,105
|
||||
26,7,23
|
||||
26,8,85
|
||||
27,1,27
|
||||
27,2,27
|
||||
27,3,48
|
||||
|
@ -181,12 +183,14 @@ pokemon_id,pokedex_id,pokedex_number
|
|||
35,5,100
|
||||
35,6,100
|
||||
35,7,41
|
||||
35,8,4
|
||||
36,1,36
|
||||
36,2,36
|
||||
36,3,42
|
||||
36,5,101
|
||||
36,6,101
|
||||
36,7,42
|
||||
36,8,142
|
||||
37,1,37
|
||||
37,2,37
|
||||
37,3,125
|
||||
|
@ -204,11 +208,13 @@ pokemon_id,pokedex_id,pokedex_number
|
|||
39,3,44
|
||||
39,4,138
|
||||
39,7,44
|
||||
39,8,100
|
||||
40,1,40
|
||||
40,2,40
|
||||
40,3,45
|
||||
40,4,139
|
||||
40,7,45
|
||||
40,8,101
|
||||
41,1,41
|
||||
41,2,41
|
||||
41,3,37
|
||||
|
@ -608,10 +614,12 @@ pokemon_id,pokedex_id,pokedex_number
|
|||
106,2,106
|
||||
106,3,144
|
||||
106,7,146
|
||||
106,8,43
|
||||
107,1,107
|
||||
107,2,107
|
||||
107,3,145
|
||||
107,7,147
|
||||
107,8,44
|
||||
108,1,108
|
||||
108,2,108
|
||||
108,3,178
|
||||
|
@ -650,6 +658,7 @@ pokemon_id,pokedex_id,pokedex_number
|
|||
113,5,97
|
||||
113,6,97
|
||||
113,7,222
|
||||
113,8,40
|
||||
114,1,114
|
||||
114,2,114
|
||||
114,3,179
|
||||
|
@ -707,6 +716,7 @@ pokemon_id,pokedex_id,pokedex_number
|
|||
122,5,95
|
||||
122,6,95
|
||||
122,7,158
|
||||
122,8,42
|
||||
123,1,123
|
||||
123,2,123
|
||||
123,3,110
|
||||
|
@ -717,16 +727,19 @@ pokemon_id,pokedex_id,pokedex_number
|
|||
124,2,124
|
||||
124,3,153
|
||||
124,7,155
|
||||
124,8,72
|
||||
125,1,125
|
||||
125,2,125
|
||||
125,3,155
|
||||
125,6,198
|
||||
125,7,157
|
||||
125,8,53
|
||||
126,1,126
|
||||
126,2,126
|
||||
126,3,151
|
||||
126,6,201
|
||||
126,7,153
|
||||
126,8,51
|
||||
127,1,127
|
||||
127,2,127
|
||||
127,3,112
|
||||
|
@ -825,6 +838,7 @@ pokemon_id,pokedex_id,pokedex_number
|
|||
143,5,113
|
||||
143,6,113
|
||||
143,7,230
|
||||
143,8,132
|
||||
144,1,144
|
||||
144,2,144
|
||||
144,3,235
|
||||
|
|
|
Loading…
Reference in a new issue