From 33ea880aa4f408624b967d4ab811c477e6a76784 Mon Sep 17 00:00:00 2001 From: dannye Date: Mon, 8 Aug 2016 14:22:18 -0500 Subject: Adding Glaceon test An example to show adding a second new Pokemon and a new evolution item in pokered --- text/item_names.asm | 1 + text/monster_names.asm | 2 +- text/pokedex.asm | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) (limited to 'text') diff --git a/text/item_names.asm b/text/item_names.asm index e436d74d..f20c8b8c 100755 --- a/text/item_names.asm +++ b/text/item_names.asm @@ -96,3 +96,4 @@ ItemNames: db "10F@" db "11F@" db "B4F@" + db "ICE STONE@" diff --git a/text/monster_names.asm b/text/monster_names.asm index dcb96e5f..dc8d2395 100755 --- a/text/monster_names.asm +++ b/text/monster_names.asm @@ -30,7 +30,7 @@ MonsterNames: db "PINSIR@@@@" db "TANGELA@@@" db "LEAFEON@@@" - db "MISSINGNO." + db "GLACEON@@@" db "GROWLITHE@" db "ONIX@@@@@@" db "FEAROW@@@@" 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." -- cgit v1.2.3