diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-18 11:52:32 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-18 11:52:32 -0500 |
commit | dfcfe6d8e1942349adfefc8e79255dcd8befca0a (patch) | |
tree | 544a13f87ffc11b901cebb9fac80cf3ac368e4e3 /include/constants | |
parent | 1c3f865acf9e957e8f6ba4daf7f0cfa093893074 (diff) |
through MoveItemSlotInList
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/item_menu.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/constants/item_menu.h b/include/constants/item_menu.h new file mode 100644 index 000000000..8e91d2a17 --- /dev/null +++ b/include/constants/item_menu.h @@ -0,0 +1,17 @@ +#ifndef GUARD_CONSTANTS_ITEM_MENU_H +#define GUARD_CONSTANTS_ITEM_MENU_H + +#define ITEMMENUACTION_USE 0 +#define ITEMMENUACTION_TOSS 1 +#define ITEMMENUACTION_REGISTER 2 +#define ITEMMENUACTION_GIVE 3 +#define ITEMMENUACTION_CANCEL 4 +#define ITEMMENUACTION_BATTLE_USE 5 +#define ITEMMENUACTION_CHECK 6 +#define ITEMMENUACTION_OPEN 7 +#define ITEMMENUACTION_OPEN_BERRIES 8 +#define ITEMMENUACTION_WALK 9 +#define ITEMMENUACTION_DESELECT 10 +#define ITEMMENUACTION_DUMMY 11 + +#endif //GUARD_CONSTANTS_ITEM_MENU_H |