diff options
Diffstat (limited to 'text/pokedex.asm')
-rw-r--r-- | text/pokedex.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/text/pokedex.asm b/text/pokedex.asm index a777b9d8..3598f785 100644 --- a/text/pokedex.asm +++ b/text/pokedex.asm @@ -308,6 +308,16 @@ _LeafeonDexEntry:: next "just like a plant" dex +_GlaceonDexEntry:: + text "The Fresh Snow" + next "#MON. It can" + next "freeze the fur on" + + page "its body, and make" + next "it stick out like" + next "sharp needles" + dex + _GrowlitheDexEntry:: text "Very protective" next "of its territory." |