fix last commit

This commit is contained in:
padz
2012-09-23 12:50:44 -04:00
parent 25a04a6838
commit ea897c2a37
3 changed files with 71 additions and 28 deletions

View File

@@ -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