From f14c3be5e836ffffd65dbb54a37748a4b15620b3 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sat, 23 Jun 2018 06:36:39 -0500 Subject: Document field_effect_helpers and other misc. things --- include/item_menu.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/item_menu.h') 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; -- cgit v1.2.3