From c7ce0a95184784f029779426611324ff84f2ef12 Mon Sep 17 00:00:00 2001 From: dannye Date: Mon, 8 Aug 2016 10:49:19 -0500 Subject: Adding Leafeon test An example to show adding a new Pokemon in pokered --- text/monster_names.asm | 2 +- text/pokedex.asm | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'text') diff --git a/text/monster_names.asm b/text/monster_names.asm index a62b1bd9..dcb96e5f 100755 --- a/text/monster_names.asm +++ b/text/monster_names.asm @@ -29,7 +29,7 @@ MonsterNames: db "BLASTOISE@" db "PINSIR@@@@" db "TANGELA@@@" - db "MISSINGNO." + db "LEAFEON@@@" db "MISSINGNO." db "GROWLITHE@" db "ONIX@@@@@@" 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." -- cgit v1.2.3