diff options
Diffstat (limited to 'include/constants')
| -rw-r--r-- | include/constants/battle_frontier.h | 1 | ||||
| -rw-r--r-- | include/constants/region_map_sections.h | 2 | 
2 files changed, 3 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 diff --git a/include/constants/region_map_sections.h b/include/constants/region_map_sections.h index 8ff75dfa9..12c894367 100644 --- a/include/constants/region_map_sections.h +++ b/include/constants/region_map_sections.h @@ -220,4 +220,6 @@  #define MAPSEC_IN_GAME_TRADE                0xFE  #define MAPSEC_FATEFUL_ENCOUNTER            0xFF +#define MAPSEC_SUBTRACT_KANTO (MAPSEC_SPECIAL_AREA - MAPSEC_DYNAMIC) +  #endif //GUARD_REGIONMAPSEC_H | 
