From 9a6c2c25d08ef157cc4800014651bd0c679f6fc5 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sun, 26 Jan 2020 04:02:15 -0500 Subject: Add some capacity constants --- include/constants/items.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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) -- cgit v1.2.3