From b05234befde3bcd0f2cd9b389edf2e0f54b26607 Mon Sep 17 00:00:00 2001 From: Eevee Date: Tue, 4 Aug 2009 16:11:53 -0400 Subject: [PATCH 1/1] Egg moves are passed down by the father, not the mother. --- pokedex/data/csv/pokemon_move_methods.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex/data/csv/pokemon_move_methods.csv b/pokedex/data/csv/pokemon_move_methods.csv index e0df094..f9aa98c 100644 --- a/pokedex/data/csv/pokemon_move_methods.csv +++ b/pokedex/data/csv/pokemon_move_methods.csv @@ -1,6 +1,6 @@ id,name,description 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. 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." -- 2.7.4