diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-08-08 10:49:19 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-08-08 11:00:48 -0500 |
| commit | c7ce0a95184784f029779426611324ff84f2ef12 (patch) | |
| tree | 3b1523bdae1853d94cfc947f9784c73a8ee621e5 /text/pokedex.asm | |
| parent | 032f961ef26a94caf385f6d5ae5823a0066d4d66 (diff) | |
Adding Leafeon test
An example to show adding a new Pokemon in pokered
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 65f3d89d..a777b9d8 100644 --- a/text/pokedex.asm +++ b/text/pokedex.asm @@ -298,6 +298,16 @@ _TangelaDexEntry:: next "shake as it walks" dex +_LeafeonDexEntry:: + text "LEAFEON is always" + next "surrounded by" + next "fresh clean air" + + page "because it uses" + next "photosynthesis" + next "just like a plant" + dex + _GrowlitheDexEntry:: text "Very protective" next "of its territory." |
