diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-01-02 19:07:47 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-01-02 19:46:15 -0600 |
commit | e1092028ecaeaa64b35352cefd21b70aa2194577 (patch) | |
tree | 32ea76baba5b674beb00bc75657e82d5e7118484 /include/constants | |
parent | f8c708a82a42a9b104cd8d1d36ba6f919f589201 (diff) |
Decompile match_call.c
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 55b14b642..ca9e3bc9f 100644 --- a/include/constants/battle_frontier.h +++ b/include/constants/battle_frontier.h @@ -9,6 +9,7 @@ #define FRONTIER_FACILITY_FACTORY 4 #define FRONTIER_FACILITY_PIKE 5 #define FRONTIER_FACILITY_PYRAMID 6 +#define NUM_FRONTIER_FACILITIES 7 #define TENT_VERDANTURF 2 #define TENT_FALLARBOR 3 |