summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-09-16 08:49:07 -0700
committerGitHub <noreply@github.com>2017-09-16 08:49:07 -0700
commit55ac24336da4bf272b64226a2bb99293c52707a9 (patch)
tree9f232a524693e1dcffdaf2c863f0e44d743e81ac
parent93597182a4a6af48fcd07abf2ad8458614d6c170 (diff)
Remove comment that was copied from another file
-rw-r--r--text/pokedex_mon_names.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/text/pokedex_mon_names.asm b/text/pokedex_mon_names.asm
index 3869a9b..c9ef889 100644
--- a/text/pokedex_mon_names.asm
+++ b/text/pokedex_mon_names.asm
@@ -1,6 +1,4 @@
MonDexNames: ; 0x29892
-; The first byte of each entry is the symbol displayed to the left of the mon's
-; name in the evolution menu. Fully-evolved pokemon have an asterisk next to their names.
db "BULBASAUR @"
db "IVYSAUR @"
db "VENUSAUR @"