diff options
Diffstat (limited to 'include/constants')
| -rw-r--r-- | include/constants/trade.h | 16 | 
1 files changed, 13 insertions, 3 deletions
| diff --git a/include/constants/trade.h b/include/constants/trade.h index a12ee7fca..dbaefcdc3 100644 --- a/include/constants/trade.h +++ b/include/constants/trade.h @@ -15,9 +15,6 @@  #define PLAYER_MON_VALID     1  #define PARTNER_MON_INVALID  2 -#define MON_VALID 0 - -  #define TRADE_ACTION_TEXT_CANCEL        0  #define TRADE_ACTION_TEXT_CHOOSE_MON    1  #define TRADE_ACTION_TEXT_SUMMARY       2 @@ -28,6 +25,7 @@  #define MENU_ACTION_SUMMARY 0  #define MENU_ACTION_TRADE   1 +// Message indexes for sTradeMessages  #define TRADE_MSG_STANDBY                    0  #define TRADE_MSG_CANCELED                   1  #define TRADE_MSG_ONLY_MON1                  2 @@ -38,5 +36,17 @@  #define TRADE_MSG_EGG_CANT_BE_TRADED         7  #define TRADE_MSG_FRIENDS_MON_CANT_BE_TRADED 8 +// Message indexes for sUnionRoomTradeMessages +#define UR_TRADE_MSG_NONE                         0 +#define UR_TRADE_MSG_NOT_MON_PARTNER_WANTS        1 +#define UR_TRADE_MSG_NOT_EGG                      2 +#define UR_TRADE_MSG_MON_CANT_BE_TRADED_1         3 +#define UR_TRADE_MSG_MON_CANT_BE_TRADED_2         4 +#define UR_TRADE_MSG_PARTNERS_MON_CANT_BE_TRADED  5 +#define UR_TRADE_MSG_EGG_CANT_BE_TRADED           6 +#define UR_TRADE_MSG_PARTNER_CANT_ACCEPT_MON      7 +#define UR_TRADE_MSG_CANT_TRADE_WITH_PARTNER_1    8 +#define UR_TRADE_MSG_CANT_TRADE_WITH_PARTNER_2    9 +  #endif //GUARD_CONSTANTS_TRADE_H | 
