diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-02 18:10:36 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-02 18:10:36 +0200 |
commit | 10eb952db5d52dbbcba98314f6042e981de2f942 (patch) | |
tree | c81b0bf77ade5ef0d45c159a7bc505615ab5ea64 /include/constants | |
parent | 4418189d4cf94bd5f837611da2dcb6147709d653 (diff) |
Start battle factory
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/battle_frontier.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |