Merge branch 'master' into doc-link

This commit is contained in:
GriffinR
2020-06-13 16:15:11 -04:00
committed by GitHub
64 changed files with 886 additions and 803 deletions

View File

@@ -16,5 +16,9 @@
#define KEYITEMS_POCKET 4
#define POCKETS_COUNT 5
// The TM/HM pocket is the largest pocket, so the maximum amount of items
// in a pocket is its count + 1 for the cancel option
#define MAX_POCKET_ITEMS (BAG_TMHM_COUNT + 1)
#endif // GUARD_ITEM_CONSTANTS_H