summaryrefslogtreecommitdiff
path: root/text
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-08-08 10:49:19 -0500
committerdannye <corrnondacqb@yahoo.com>2016-08-08 11:00:48 -0500
commitc7ce0a95184784f029779426611324ff84f2ef12 (patch)
tree3b1523bdae1853d94cfc947f9784c73a8ee621e5 /text
parent032f961ef26a94caf385f6d5ae5823a0066d4d66 (diff)
Adding Leafeon test
An example to show adding a new Pokemon in pokered
Diffstat (limited to 'text')
-rwxr-xr-xtext/monster_names.asm2
-rw-r--r--text/pokedex.asm10
2 files changed, 11 insertions, 1 deletions
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."