diff options
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 { |