mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Rhyhorn and Rhydon had their gen1 internal ids backwards. #31
This meant their reloaded Yellow moves were switched around.
This commit is contained in:
parent
04839a3fc3
commit
7055061add
2 changed files with 13 additions and 13 deletions
|
@ -109,8 +109,8 @@ id,name,forme_name,forme_base_pokemon_id,generation_id,evolution_chain_id,evolut
|
|||
108,Lickitung,,,1,48,,,,12,655,Licking,pink,6,grassland,4,45,127,70,11,0,0,0
|
||||
109,Koffing,,,1,49,,,,6,10,Poison Gas,purple,1,urban,4,190,114,70,55,0,0,0
|
||||
110,Weezing,,,1,49,109,1,35,12,95,Poison Gas,purple,11,urban,4,60,173,70,143,0,0,0
|
||||
111,Rhyhorn,,,1,50,,,,10,1150,Spikes,gray,8,rough terrain,4,120,135,70,1,0,1,1
|
||||
112,Rhydon,,,1,50,111,1,42,19,1200,Drill,gray,6,rough terrain,4,60,204,70,18,0,1,1
|
||||
111,Rhyhorn,,,1,50,,,,10,1150,Spikes,gray,8,rough terrain,4,120,135,70,18,0,1,1
|
||||
112,Rhydon,,,1,50,111,1,42,19,1200,Drill,gray,6,rough terrain,4,60,204,70,1,0,1,1
|
||||
113,Chansey,,,1,51,440,9,Oval Stone,11,346,Egg,pink,6,urban,8,30,255,140,40,0,0,0
|
||||
114,Tangela,,,1,52,,,,10,350,Vine,blue,7,grassland,4,45,166,70,30,0,0,0
|
||||
115,Kangaskhan,,,1,53,,,,22,800,Parent,brown,6,grassland,8,45,175,70,2,0,0,0
|
||||
|
|
|
|
@ -44817,17 +44817,20 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
111,1,156,4,0,
|
||||
111,1,157,4,0,
|
||||
111,1,164,4,0,
|
||||
111,2,23,1,1,2
|
||||
111,2,23,1,30,
|
||||
111,2,30,1,1,
|
||||
111,2,30,1,1,1
|
||||
111,2,31,1,1,4
|
||||
111,2,31,1,40,
|
||||
111,2,32,1,48,
|
||||
111,2,32,1,45,
|
||||
111,2,32,4,0,
|
||||
111,2,34,4,0,
|
||||
111,2,36,1,64,
|
||||
111,2,36,1,55,
|
||||
111,2,36,4,0,
|
||||
111,2,38,4,0,
|
||||
111,2,39,1,1,3
|
||||
111,2,39,1,35,
|
||||
111,2,43,1,55,
|
||||
111,2,43,1,50,
|
||||
111,2,70,4,0,
|
||||
111,2,85,4,0,
|
||||
111,2,87,4,0,
|
||||
|
@ -45345,21 +45348,18 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
112,1,164,4,0,
|
||||
112,2,5,4,0,
|
||||
112,2,6,4,0,
|
||||
112,2,23,1,1,2
|
||||
112,2,23,1,30,
|
||||
112,2,25,4,0,
|
||||
112,2,30,1,1,1
|
||||
112,2,31,1,1,4
|
||||
112,2,30,1,1,
|
||||
112,2,31,1,40,
|
||||
112,2,32,1,45,
|
||||
112,2,32,1,48,
|
||||
112,2,32,4,0,
|
||||
112,2,34,4,0,
|
||||
112,2,36,1,55,
|
||||
112,2,36,1,64,
|
||||
112,2,36,4,0,
|
||||
112,2,38,4,0,
|
||||
112,2,39,1,1,3
|
||||
112,2,39,1,35,
|
||||
112,2,43,1,50,
|
||||
112,2,43,1,55,
|
||||
112,2,55,4,0,
|
||||
112,2,57,4,0,
|
||||
112,2,58,4,0,
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue