summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-06-06 16:46:19 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-06-07 12:54:50 -0400
commite6f5c4f264520dde185691201df76830c2d2f1cb (patch)
tree3fd7869e29208ef73002f1f6d3c3cc3e6f3b6d30 /include/constants
parent3f97763181c486cf537ac187036b086e1f222cfc (diff)
Sync link_rfu_2.c
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/cable_club.h28
1 files changed, 12 insertions, 16 deletions
diff --git a/include/constants/cable_club.h b/include/constants/cable_club.h
index 960a27644..3250ce6f8 100644
--- a/include/constants/cable_club.h
+++ b/include/constants/cable_club.h
@@ -12,22 +12,18 @@
#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_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
+#define LINKUP_FAILED_BATTLE_TOWER 11
+#define LINKUP_FOREIGN_GAME 12
#endif //GUARD_CONSTANTS_CABLE_CLUB_H