summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-10-05 10:41:37 -0400
committerGriffinR <griffin.richards@comcast.net>2019-10-05 10:41:37 -0400
commit66a68159b17f3c4c5f62219fc4bd0ec636d772b5 (patch)
treee4be4c1db47eaf2c773fe18a00d7e5397fb42e07 /include/constants
parentdadb1cb9f14a19cf0e483d4b15122b9d9cfb4baa (diff)
Continue trade doc
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/trade.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/constants/trade.h b/include/constants/trade.h
index 54e58f922..bd66a16aa 100644
--- a/include/constants/trade.h
+++ b/include/constants/trade.h
@@ -9,8 +9,6 @@
#define INGAME_TRADE_HORSEA 2
#define INGAME_TRADE_MEOWTH 3
-#define INGAME_TRADE_MAIL_LENGTH 9
-
#define PLAYER_MON_INVALID 0
#define PLAYER_MON_VALID 1
#define PARTNER_MON_INVALID 2
@@ -26,15 +24,15 @@
#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
-#define TRADE_MSG_ONLY_MON2 3
-#define TRADE_MSG_WAITING_FOR_FRIEND 4
-#define TRADE_MSG_FRIEND_WANTS_TO_TRADE 5
-#define TRADE_MSG_MON_CANT_BE_TRADED 6
-#define TRADE_MSG_EGG_CANT_BE_TRADED 7
-#define TRADE_MSG_FRIENDS_MON_CANT_BE_TRADED 8
+#define TRADE_MSG_STANDBY 0
+#define TRADE_MSG_CANCELED 1
+#define TRADE_MSG_ONLY_MON1 2
+#define TRADE_MSG_ONLY_MON2 3
+#define TRADE_MSG_WAITING_FOR_FRIEND 4
+#define TRADE_MSG_FRIEND_WANTS_TO_TRADE 5
+#define TRADE_MSG_MON_CANT_BE_TRADED 6
+#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
@@ -53,5 +51,7 @@
#define CANT_REGISTER_MON 1
#define CANT_REGISTER_EGG 2
+#define LINK_TRADE_TIMEOUT 300
+
#endif //GUARD_CONSTANTS_TRADE_H