summaryrefslogtreecommitdiff
path: root/include/constants/items.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-26 12:23:08 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-26 12:23:08 -0500
commit9c934c966400813e8ed6c8a5c0f93fb8cdc12546 (patch)
tree8e131411fca696d59f68a0116e59751e53d2b55b /include/constants/items.h
parent4c12ad00d21b43d0946b2a0ba3ee471af9262673 (diff)
parent9a6c2c25d08ef157cc4800014651bd0c679f6fc5 (diff)
Merge master into fix-eventobj, add explicit size to gObjectEventGraphicsInfoPointers
Diffstat (limited to 'include/constants/items.h')
-rw-r--r--include/constants/items.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/items.h b/include/constants/items.h
index db3474a72..c23816901 100644
--- a/include/constants/items.h
+++ b/include/constants/items.h
@@ -491,6 +491,10 @@
#define NUM_TECHNICAL_MACHINES 50
#define NUM_HIDDEN_MACHINES 8
+#define MAX_BAG_ITEM_CAPACITY 99
+#define MAX_PC_ITEM_CAPACITY 999
+#define MAX_BERRY_CAPACITY 999
+
// Check if the item is one that can be used on a Pokemon.
#define ITEM_HAS_EFFECT(item) ((item) >= ITEM_POTION && (item) <= ITEM_0B2)