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/monster_names.asm | |
| parent | 032f961ef26a94caf385f6d5ae5823a0066d4d66 (diff) | |
Adding Leafeon test
An example to show adding a new Pokemon in pokered
Diffstat (limited to 'text/monster_names.asm')
| -rwxr-xr-x | text/monster_names.asm | 2 |
1 files changed, 1 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@@@@@@" |
