summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-06-03 18:00:53 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-06-06 16:10:03 -0400
commit3f97763181c486cf537ac187036b086e1f222cfc (patch)
tree07ea98a326f5bbd570f7babc94f2662c4833f43d /include/constants
parent9190af73b7ebe690be7204c023d4c14d0241af29 (diff)
Document cable_club.c
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/cable_club.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/constants/cable_club.h b/include/constants/cable_club.h
index f2aa4120c..960a27644 100644
--- a/include/constants/cable_club.h
+++ b/include/constants/cable_club.h
@@ -12,4 +12,22 @@
#define USING_MINIGAME 8
#define USING_BATTLE_TOWER 9
+#define LINKUP_ONGOING 0
+#define LINKUP_SUCCESS 1
+#define LINKUP_SOMEONE_NOT_READY 2
+#define LINKUP_DIFF_SELECTIONS 3
+#define LINKUP_WRONG_NUM_PLAYERS 4
+#define LINKUP_FAILED 5
+#define LINKUP_CONNECTION_ERROR 6
+#define LINKUP_PLAYER_NOT_READY 7
+#define LINKUP_UNK8 8
+#define LINKUP_PARTNER_NOT_READY 9
+#define LINKUP_FAILED_CONTEST_GMODE 10
+#define LINKUP_FAILED_BATTLE_TOWER 11
+#define LINKUP_FOREIGN_GAME 12
+
+#define LINK_BATTLE_TOWER_SAME_MON 1
+#define LINK_BATTLE_TOWER_SAME_MONS 2
+#define LINK_BATTLE_TOWER_DIFF_MODE 3
+
#endif //GUARD_CONSTANTS_CABLE_CLUB_H