mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Give Rotom's forms an explicit order.
The in-game Pokédex actually lists them in this order now, rather than whatever order you see them in.
This commit is contained in:
parent
b2db58afc7
commit
4b5de689f8
2 changed files with 9 additions and 9 deletions
|
@ -655,11 +655,11 @@ id,identifier,generation_id,evolution_chain_id,evolves_from_pokemon_id,height,we
|
||||||
10005,wormadam,4,213,,5,65,4,2,,8,45,159,70,0,15,0,448
|
10005,wormadam,4,213,,5,65,4,2,,8,45,159,70,0,15,0,448
|
||||||
10006,shaymin,4,253,,4,52,5,8,,-1,45,64,100,0,120,0,507
|
10006,shaymin,4,253,,4,52,5,8,,-1,45,64,100,0,120,0,507
|
||||||
10007,giratina,4,248,,69,6500,1,10,,-1,3,220,0,0,120,0,501
|
10007,giratina,4,248,,69,6500,1,10,,-1,3,220,0,0,120,0,501
|
||||||
10008,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,490
|
10008,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,488
|
||||||
10009,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,492
|
10009,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,489
|
||||||
10010,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,489
|
10010,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,490
|
||||||
10011,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,488
|
10011,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,491
|
||||||
10012,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,491
|
10012,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,492
|
||||||
10013,castform,3,179,,3,8,9,1,3,4,45,147,70,0,25,0,379
|
10013,castform,3,179,,3,8,9,1,3,4,45,147,70,0,25,0,379
|
||||||
10014,castform,3,179,,3,8,9,1,3,4,45,147,70,0,25,0,380
|
10014,castform,3,179,,3,8,9,1,3,4,45,147,70,0,25,0,380
|
||||||
10015,castform,3,179,,3,8,9,1,3,4,45,147,70,0,25,0,381
|
10015,castform,3,179,,3,8,9,1,3,4,45,147,70,0,25,0,381
|
||||||
|
|
|
|
@ -706,10 +706,10 @@ id,identifier,form_base_pokemon_id,unique_pokemon_id,introduced_in_version_group
|
||||||
10056,water,493,,8,0,2
|
10056,water,493,,8,0,2
|
||||||
10057,unknown,493,,8,0,3
|
10057,unknown,493,,8,0,3
|
||||||
10058,heat,479,10008,9,0,2
|
10058,heat,479,10008,9,0,2
|
||||||
10059,wash,479,10009,9,0,2
|
10059,wash,479,10009,9,0,3
|
||||||
10060,frost,479,10010,9,0,2
|
10060,frost,479,10010,9,0,4
|
||||||
10061,fan,479,10011,9,0,2
|
10061,fan,479,10011,9,0,5
|
||||||
10062,mow,479,10012,9,0,2
|
10062,mow,479,10012,9,0,6
|
||||||
10063,origin,487,10007,9,0,2
|
10063,origin,487,10007,9,0,2
|
||||||
10064,sky,492,10006,9,0,2
|
10064,sky,492,10006,9,0,2
|
||||||
10065,spiky-eared,172,,10,0,2
|
10065,spiky-eared,172,,10,0,2
|
||||||
|
|
|
Loading…
Reference in a new issue