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:
Lynn "Zhorken" Vaughan 2011-04-27 14:25:57 -04:00
parent b2db58afc7
commit 4b5de689f8
2 changed files with 9 additions and 9 deletions

View file

@ -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
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
10008,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,490
10009,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,492
10010,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,489
10011,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,488
10012,rotom,4,240,,3,3,8,1,,-1,45,132,70,0,20,0,491
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,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,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
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

1 id identifier generation_id evolution_chain_id evolves_from_pokemon_id height weight color_id pokemon_shape_id habitat_id gender_rate capture_rate base_experience base_happiness is_baby hatch_counter has_gender_differences order
655 10005 wormadam 4 213 5 65 4 2 8 45 159 70 0 15 0 448
656 10006 shaymin 4 253 4 52 5 8 -1 45 64 100 0 120 0 507
657 10007 giratina 4 248 69 6500 1 10 -1 3 220 0 0 120 0 501
658 10008 rotom 4 240 3 3 8 1 -1 45 132 70 0 20 0 490 488
659 10009 rotom 4 240 3 3 8 1 -1 45 132 70 0 20 0 492 489
660 10010 rotom 4 240 3 3 8 1 -1 45 132 70 0 20 0 489 490
661 10011 rotom 4 240 3 3 8 1 -1 45 132 70 0 20 0 488 491
662 10012 rotom 4 240 3 3 8 1 -1 45 132 70 0 20 0 491 492
663 10013 castform 3 179 3 8 9 1 3 4 45 147 70 0 25 0 379
664 10014 castform 3 179 3 8 9 1 3 4 45 147 70 0 25 0 380
665 10015 castform 3 179 3 8 9 1 3 4 45 147 70 0 25 0 381

View file

@ -706,10 +706,10 @@ id,identifier,form_base_pokemon_id,unique_pokemon_id,introduced_in_version_group
10056,water,493,,8,0,2
10057,unknown,493,,8,0,3
10058,heat,479,10008,9,0,2
10059,wash,479,10009,9,0,2
10060,frost,479,10010,9,0,2
10061,fan,479,10011,9,0,2
10062,mow,479,10012,9,0,2
10059,wash,479,10009,9,0,3
10060,frost,479,10010,9,0,4
10061,fan,479,10011,9,0,5
10062,mow,479,10012,9,0,6
10063,origin,487,10007,9,0,2
10064,sky,492,10006,9,0,2
10065,spiky-eared,172,,10,0,2

1 id identifier form_base_pokemon_id unique_pokemon_id introduced_in_version_group_id is_default order
706 10056 water 493 8 0 2
707 10057 unknown 493 8 0 3
708 10058 heat 479 10008 9 0 2
709 10059 wash 479 10009 9 0 2 3
710 10060 frost 479 10010 9 0 2 4
711 10061 fan 479 10011 9 0 2 5
712 10062 mow 479 10012 9 0 2 6
713 10063 origin 487 10007 9 0 2
714 10064 sky 492 10006 9 0 2
715 10065 spiky-eared 172 10 0 2