diff options
Diffstat (limited to 'text')
-rwxr-xr-x | text/item_names.asm | 1 | ||||
-rwxr-xr-x | text/monster_names.asm | 2 | ||||
-rw-r--r-- | text/pokedex.asm | 10 |
3 files changed, 12 insertions, 1 deletions
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." |