diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-17 21:39:47 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-18 08:40:31 -0400 |
commit | 655dd2f0c67bd39abf1562d42b8b35635ad578a8 (patch) | |
tree | e5268117d981b3a6891b2e36de66a4347380866f /include/party_menu.h | |
parent | 7d0604cd61b699f7fd7319c698a5fc93d703ffc2 (diff) |
Fix matching HandleAction_UseItem
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index e687f48c4..172435b2d 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -17,6 +17,16 @@ enum PARTY_MENU_TYPE_MOVE_TUTOR, }; +enum +{ + PARTY_CHOOSE_MON, + PARTY_MUST_CHOOSE_MON, + PARTY_CANT_SWITCH, + PARTY_USE_ITEM_ON, + PARTY_ABILITY_PREVENTS, + PARTY_GIVE_ITEM, +}; + // The party menu screen is presented differently depending on which menu layout is set. enum { |