From 10eb952db5d52dbbcba98314f6042e981de2f942 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sun, 2 Sep 2018 18:10:36 +0200 Subject: Start battle factory --- include/constants/battle_frontier.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/constants/battle_frontier.h') diff --git a/include/constants/battle_frontier.h b/include/constants/battle_frontier.h index fddcdc8fe..1cd750a3d 100644 --- a/include/constants/battle_frontier.h +++ b/include/constants/battle_frontier.h @@ -13,6 +13,7 @@ // Battle Frontier lvl modes. #define FRONTIER_LVL_50 0 #define FRONTIER_LVL_OPEN 1 +#define FRONTIER_LVL_TENT 2 // Battle Frontier battle modes. #define FRONTIER_MODE_SINGLES 0 -- cgit v1.2.3