diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-24 23:14:45 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-24 23:14:45 +0200 |
commit | 549b669f2aa397c9d784de2ff9b91459ab26c060 (patch) | |
tree | 714c0593a06af99505ce1fa861227d3eba75ba30 /include/constants/battle_frontier.h | |
parent | b330bdba51b86959e702e904c4a5d8039e6395c7 (diff) |
battle tower, match sth and dumb loop instead of goto
Diffstat (limited to 'include/constants/battle_frontier.h')
-rw-r--r-- | include/constants/battle_frontier.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/battle_frontier.h b/include/constants/battle_frontier.h index ca110aeb7..204a09f60 100644 --- a/include/constants/battle_frontier.h +++ b/include/constants/battle_frontier.h @@ -10,6 +10,10 @@ #define FRONTIER_FACILITY_PIKE 5 #define FRONTIER_FACILITY_PYRAMID 6 +#define TENT_VERDANTURF 2 +#define TENT_FALLARBOR 3 +#define TENT_SLATEPORT 4 + // Battle Frontier lvl modes. #define FRONTIER_LVL_50 0 #define FRONTIER_LVL_OPEN 1 |