diff options
| author | YamaArashi <shadow962@live.com> | 2015-08-14 04:11:53 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-08-14 04:11:53 -0700 |
| commit | 696cffd3ae51d23855a7eb1fc5b62e69198dbf36 (patch) | |
| tree | d101dc054e112304f327a5359532ee972e8da81a /constants | |
| parent | add border constant and clear up misnomer (diff) | |
| download | pokeyellow-696cffd3ae51d23855a7eb1fc5b62e69198dbf36.tar.gz pokeyellow-696cffd3ae51d23855a7eb1fc5b62e69198dbf36.tar.xz pokeyellow-696cffd3ae51d23855a7eb1fc5b62e69198dbf36.zip | |
item name length constant
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/misc_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 43dc908e..b42745cc 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -15,6 +15,7 @@ HOF_TEAM EQU PARTY_LENGTH * HOF_MON HOF_TEAM_CAPACITY EQU 50 NAME_LENGTH EQU 11 +ITEM_NAME_LENGTH EQU 13 A_BUTTON EQU %00000001 B_BUTTON EQU %00000010 |
