1
0
Fork 0
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:
Lynn "Zhorken" Vaughan 2012-10-06 21:29:59 -04:00
parent 32d88bf97f
commit aee71712f9
2 changed files with 6 additions and 6 deletions
pokedex/data/csv

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