mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Egg moves are passed down by the father, not the mother.
This commit is contained in:
parent
ce23a82e50
commit
9f9c29a398
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
id,name,description
|
id,name,description
|
||||||
1,Level up,Learned when a Pokémon reaches a certain level.
|
1,Level up,Learned when a Pokémon reaches a certain level.
|
||||||
2,Egg,"Appears on a newly-hatched Pokémon, if the mother had the same move."
|
2,Egg,"Appears on a newly-hatched Pokémon, if the father had the same move."
|
||||||
3,Tutor,Can be taught at any time by an NPC.
|
3,Tutor,Can be taught at any time by an NPC.
|
||||||
4,Machine,Can be taught at any time by using a TM or HM.
|
4,Machine,Can be taught at any time by using a TM or HM.
|
||||||
5,Stadium: Surfing Pikachu,"Learned when a non-rental Pikachu helps beat Prime Cup Master Ball R-2. It must participate in every battle, and you must win with no continues."
|
5,Stadium: Surfing Pikachu,"Learned when a non-rental Pikachu helps beat Prime Cup Master Ball R-2. It must participate in every battle, and you must win with no continues."
|
||||||
|
|
|
Loading…
Reference in a new issue