summaryrefslogtreecommitdiff
path: root/include/item_menu.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-06-23 06:36:39 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-06-23 16:00:17 -0500
commitf14c3be5e836ffffd65dbb54a37748a4b15620b3 (patch)
tree9b1e6e0a32b926063a18db987193d2cafd530c5d /include/item_menu.h
parent65b5fe5f00a8d7381c1e3c5d7c3f4537459988c2 (diff)
Document field_effect_helpers and other misc. things
Diffstat (limited to 'include/item_menu.h')
-rw-r--r--include/item_menu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/item_menu.h b/include/item_menu.h
index 715d9131a..22ef3892c 100644
--- a/include/item_menu.h
+++ b/include/item_menu.h
@@ -3,6 +3,15 @@
#include "string_util.h"
+enum
+{
+ ITEM_USE_SINGLE_MON,
+ ITEM_USE_GIVE_ITEM,
+ ITEM_USE_UNUSED,
+ ITEM_USE_GIVE_MAIL,
+ ITEM_USE_ALL_MONS,
+};
+
struct PocketScrollState
{
u8 cursorPos;