diff options
author | huderlem <huderlem@gmail.com> | 2019-12-15 09:42:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-15 09:42:13 -0600 |
commit | fee36224eda1acc4329646caf0e65a891928afc0 (patch) | |
tree | d2f222de1bee8df2adee05b778cc9a34e3567848 /include/constants/global.h | |
parent | 6967caefb246f9709032049b0ae2baee71f71eb6 (diff) | |
parent | a04347816f71a9a6d92579d0d6b54268c6c8a96d (diff) |
Merge pull request #925 from GriffinRichards/doc-matchcall
Document some pokenav match call
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index 4c638d63f..f4d81e563 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -51,6 +51,7 @@ #define DECOR_MAX_PLAYERS_HOUSE 12 #define APPRENTICE_COUNT 4 #define APPRENTICE_MAX_QUESTIONS 9 +#define MAX_REMATCH_ENTRIES 100 // only REMATCH_TABLE_ENTRIES (78) are used #define PYRAMID_BAG_ITEMS_COUNT 10 #define HALL_FACILITIES_COUNT 9 // 7 facilities for single mode + tower double mode + tower multi mode. |