mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fixed Cherrim/Castform/Pichu form names; renamed a mass of sprites to match.
This commit is contained in:
parent
a599ba1491
commit
430fbd9c0f
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
pokemon_id,description
|
pokemon_id,description
|
||||||
172,Forms only affect appearance. All wild Pichu are normal Pichu and cannot be converted into gizamimi Pichu. Gizamimi Pichu can only be encountered by taking the shiny Pichu from the 12th movie promotion to Celebi's shrine in Ilex Forest. Gizamimi Pichu cannot evolve or be traded to games before Heart Gold and Soul Silver.
|
172,Forms only affect appearance. All wild Pichu are normal Pichu and cannot be converted into spiky-eared Pichu. Spiky-eared Pichu can only be encountered by taking the shiny Pichu from an official promotion to Celebi's shrine in Ilex Forest. Spiky-eared Pichu cannot evolve or be taken into Pokémon Center trade area.
|
||||||
201,Forms only affect appearance. A form is selected at random before a wild encounter and cannot be changed.
|
201,Forms only affect appearance. A form is selected at random before a wild encounter and cannot be changed.
|
||||||
351,Form changes to match the current weather.
|
351,Form changes to match the current weather.
|
||||||
386,"Forms have different stats and movepools. Form changes depending on the game: normal form in Ruby/Sapphire, Attack form in Fire Red, Defense form in Leaf Green, and Speed form in Emerald. Every form exists in Diamond/Pearl/Platinum, and form is preserved when transferring from an older game. Meteorites in the south end of Veilstone City can be used to switch between forms."
|
386,"Forms have different stats and movepools. Form changes depending on the game: normal form in Ruby/Sapphire, Attack form in Fire Red, Defense form in Leaf Green, and Speed form in Emerald. Every form exists in Diamond/Pearl/Platinum, and form is preserved when transferring from an older game. Meteorites in the south end of Veilstone City can be used to switch between forms."
|
||||||
|
|
|
|
@ -28,9 +28,9 @@ id,pokemon_id,introduced_in_version_group_id,name
|
||||||
27,201,5,?
|
27,201,5,?
|
||||||
28,201,5,!
|
28,201,5,!
|
||||||
29,351,5,
|
29,351,5,
|
||||||
30,351,5,sun
|
30,351,5,sunny
|
||||||
31,351,5,rain
|
31,351,5,rain
|
||||||
32,351,5,hail
|
32,351,5,snow-cloud
|
||||||
33,386,5,
|
33,386,5,
|
||||||
34,386,7,attack
|
34,386,7,attack
|
||||||
35,386,7,defense
|
35,386,7,defense
|
||||||
|
@ -41,7 +41,7 @@ id,pokemon_id,introduced_in_version_group_id,name
|
||||||
40,413,8,plant
|
40,413,8,plant
|
||||||
41,413,8,sandy
|
41,413,8,sandy
|
||||||
42,413,8,trash
|
42,413,8,trash
|
||||||
43,421,8,
|
43,421,8,overcast
|
||||||
44,421,8,sunshine
|
44,421,8,sunshine
|
||||||
45,422,8,east
|
45,422,8,east
|
||||||
46,422,8,west
|
46,422,8,west
|
||||||
|
@ -76,4 +76,4 @@ id,pokemon_id,introduced_in_version_group_id,name
|
||||||
75,493,8,steel
|
75,493,8,steel
|
||||||
76,493,8,water
|
76,493,8,water
|
||||||
77,172,3,
|
77,172,3,
|
||||||
78,172,10,gizamimi
|
78,172,10,spiky-eared
|
||||||
|
|
|
Loading…
Reference in a new issue