More MAX_LEVEL use.

This commit is contained in:
yenatch
2014-06-03 14:07:10 -07:00
parent 99fbe3147b
commit 20444d2f63
5 changed files with 65 additions and 63 deletions

View File

@@ -1,8 +1,10 @@
; name length
; strings
PLAYER_NAME_LENGTH EQU 8
PKMN_NAME_LENGTH EQU 11
NAME_LENGTH EQU 11
LV_CHAR EQU $6e
; boxes
NUM_BOXES EQU 14