Add form names for Keldeo; do "forme" → "Form" for Kyurem.

Note that "Form" isn't actaully official for Kyurem; it's just "Kyurem",
"Black Kyurem", and "White Kyurem", but we do the same with Rotom and
some other cases like this.
This commit is contained in:
Lynn "Zhorken" Vaughan 2012-10-06 21:29:59 -04:00
parent 32d88bf97f
commit aee71712f9
2 changed files with 6 additions and 6 deletions

View File

@ -1292,7 +1292,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
646,5,,
646,9,,
647,5,,
647,9,regular form,regular Keldeo
647,9,Ordinary Form,Ordinary Keldeo
648,5,Forme Chant,Meloetta Chant
648,9,Aria Forme,Aria Meloetta
649,5,,
@ -1456,6 +1456,6 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
728,9,Therian Forme,Therian Tornadus
729,9,Therian Forme,Therian Thundurus
730,9,Therian Forme,Therian Landorus
731,9,Black forme,Black Kyurem
732,9,White forme,White Kyurem
733,9,resolution form,resolution Keldeo
731,9,Black Form,Black Kyurem
732,9,White Form,White Kyurem
733,9,Resolute Form,Resolute Keldeo

1 pokemon_form_id local_language_id form_name pokemon_name
1292 646 5
1293 646 9
1294 647 5
1295 647 9 regular form Ordinary Form regular Keldeo Ordinary Keldeo
1296 648 5 Forme Chant Meloetta Chant
1297 648 9 Aria Forme Aria Meloetta
1298 649 5
1456 728 9 Therian Forme Therian Tornadus
1457 729 9 Therian Forme Therian Thundurus
1458 730 9 Therian Forme Therian Landorus
1459 731 9 Black forme Black Form Black Kyurem
1460 732 9 White forme White Form White Kyurem
1461 733 9 resolution form Resolute Form resolution Keldeo Resolute Keldeo

View File

@ -645,7 +645,7 @@ id,form_identifier,pokemon_id,introduced_in_version_group_id,is_default,is_battl
644,,644,11,1,0,1,703
645,incarnate,645,11,1,0,1,704
646,,646,11,1,0,1,706
647,regular,647,11,1,0,1,709
647,ordinary,647,11,1,0,1,709
648,aria,648,11,1,0,1,711
649,,649,11,1,0,1,713
650,b,201,3,0,0,2,232
@ -731,4 +731,4 @@ id,form_identifier,pokemon_id,introduced_in_version_group_id,is_default,is_battl
730,therian,670,14,1,0,2,705
731,black,671,14,1,0,2,707
732,white,672,14,1,0,3,708
733,resolution,673,14,1,0,2,710
733,resolute,673,14,1,0,2,710

1 id form_identifier pokemon_id introduced_in_version_group_id is_default is_battle_only form_order order
645 644 644 11 1 0 1 703
646 645 incarnate 645 11 1 0 1 704
647 646 646 11 1 0 1 706
648 647 regular ordinary 647 11 1 0 1 709
649 648 aria 648 11 1 0 1 711
650 649 649 11 1 0 1 713
651 650 b 201 3 0 0 2 232
731 730 therian 670 14 1 0 2 705
732 731 black 671 14 1 0 2 707
733 732 white 672 14 1 0 3 708
734 733 resolution resolute 673 14 1 0 2 710