diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-26 14:18:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 14:18:38 -0400 |
commit | d6571f2355d356431809668e8e905606a28ce7cf (patch) | |
tree | 9961920c8d686f8e06cd3c050c0ee8bd536b09c4 /include/constants/global.h | |
parent | 4f7f6c1082ff759967b42741050534dfbc175361 (diff) | |
parent | 7a89ad98c38cee231a2659135ef487bb5fc5ad9d (diff) |
Merge pull request #1525 from GriffinRichards/doc-recmix
Document remainder of Record Mixing
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index bd73d7999..ef7861e9e 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -53,9 +53,20 @@ #define UNION_ROOM_KB_ROW_COUNT 10 #define GIFT_RIBBONS_COUNT 11 #define SAVED_TRENDS_COUNT 5 - #define PYRAMID_BAG_ITEMS_COUNT 10 -#define HALL_FACILITIES_COUNT 9 // 7 facilities for single mode + tower double mode + tower multi mode. + +// Number of facilities for Ranking Hall. +// 7 facilities for single mode + tower double mode + tower multi mode. +// Excludes link modes. See RANKING_HALL_* in include/constants/battle_frontier.h +#define HALL_FACILITIES_COUNT 9 +// Received via record mixing, 1 for each player other than yourself +#define HALL_RECORDS_COUNT 3 + +// Battle Frontier level modes. +#define FRONTIER_LVL_50 0 +#define FRONTIER_LVL_OPEN 1 +#define FRONTIER_LVL_MODE_COUNT 2 +#define FRONTIER_LVL_TENT FRONTIER_LVL_MODE_COUNT // Special usage for indicating Battle Tent #define TRAINER_ID_LENGTH 4 #define MAX_MON_MOVES 4 |