summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorpadz <yenatch@github.com>2012-09-23 12:50:44 -0400
committerpadz <yenatch@github.com>2012-09-23 12:50:44 -0400
commitea897c2a371d66b6f4fa1b07fb37d4a8b8f10edc (patch)
tree32f9f00466a40f98dfd2729a1b507ce95e827cec /constants.asm
parent25a04a68380160baaf293daeace779b89addff69 (diff)
fix last commit
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index eb9def7fb..be11efcc6 100644
--- a/constants.asm
+++ b/constants.asm
@@ -263,6 +263,8 @@ LUGIA EQU 249
HO_OH EQU 250
CELEBI EQU 251
+EGG EQU 253
+
; move name constants
POUND EQU $01
KARATE_CHOP EQU $02
@@ -2988,3 +2990,7 @@ OPTION EQU 2
MYSTERY_GIFT EQU 3
MOBILE EQU 4
MOBILE_STUDIUM EQU 5
+
+; name length
+PLAYER_NAME_LENGTH EQU 8
+PKMN_NAME_LENGTH EQU 11 \ No newline at end of file