mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
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:
parent
32d88bf97f
commit
aee71712f9
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
|
@ -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
|
||||
|
|
|
Loading…
Reference in a new issue