mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix Rotom's forms' order.
This commit is contained in:
parent
6f89723dd5
commit
073aade41d
1 changed files with 5 additions and 5 deletions
|
@ -655,11 +655,11 @@ id,name,generation_id,evolution_chain_id,height,weight,species,color_id,pokemon_
|
|||
10005,Wormadam,4,213,5,65,Bagworm,4,2,,8,45,159,70,0,15,0,0,448
|
||||
10006,Shaymin,4,253,4,52,Gratitude,5,8,,-1,45,64,100,0,120,0,0,507
|
||||
10007,Giratina,4,248,69,6500,Renegade,1,10,,-1,3,220,0,0,120,0,0,501
|
||||
10008,Rotom,4,240,3,3,Plasma,8,1,,-1,45,132,70,0,20,0,0,488
|
||||
10009,Rotom,4,240,3,3,Plasma,8,1,,-1,45,132,70,0,20,0,0,489
|
||||
10010,Rotom,4,240,3,3,Plasma,8,1,,-1,45,132,70,0,20,0,0,490
|
||||
10011,Rotom,4,240,3,3,Plasma,8,1,,-1,45,132,70,0,20,0,0,491
|
||||
10012,Rotom,4,240,3,3,Plasma,8,1,,-1,45,132,70,0,20,0,0,492
|
||||
10008,Rotom,4,240,3,3,Plasma,8,1,,-1,45,132,70,0,20,0,0,490
|
||||
10009,Rotom,4,240,3,3,Plasma,8,1,,-1,45,132,70,0,20,0,0,492
|
||||
10010,Rotom,4,240,3,3,Plasma,8,1,,-1,45,132,70,0,20,0,0,489
|
||||
10011,Rotom,4,240,3,3,Plasma,8,1,,-1,45,132,70,0,20,0,0,488
|
||||
10012,Rotom,4,240,3,3,Plasma,8,1,,-1,45,132,70,0,20,0,0,491
|
||||
10013,Castform,3,179,3,8,てんき,9,1,3,4,45,147,70,0,25,0,0,379
|
||||
10014,Castform,3,179,3,8,てんき,9,1,3,4,45,147,70,0,25,0,0,380
|
||||
10015,Castform,3,179,3,8,てんき,9,1,3,4,45,147,70,0,25,0,0,381
|
||||
|
|
|
Loading…
Reference in a new issue