summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-25 20:43:39 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-25 20:43:39 -0400
commit79ceca591b022673cb7fb2cc59e5175716743eb5 (patch)
treed3294ac7b3a71e418598ca68eb1265bf1dde20c9 /constants
parent247a31c2984d4dc6125ce3f95e03e14ff74cd10c (diff)
ITEMMENU_CLOSE is now ITEMMENU_FIELD
Diffstat (limited to 'constants')
-rw-r--r--constants/item_constants.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm
index 7260df758..80f27a5f6 100644
--- a/constants/item_constants.asm
+++ b/constants/item_constants.asm
@@ -368,4 +368,4 @@ NUM_ITEMATTRS EQU const_value
ITEMMENU_NOUSE EQU 0
ITEMMENU_CURRENT EQU 4
ITEMMENU_PARTY EQU 5
-ITEMMENU_FIELD EQU 6
+ITEMMENU_CLOSE EQU 6