From cbf5ca94718075c645f4c34d7b6ab0e6e95a3995 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 13 Aug 2020 15:17:06 -0400 Subject: Name routines in unk_0206EB80.s --> bag.s --- include/constants/items.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/constants') diff --git a/include/constants/items.h b/include/constants/items.h index 5fb58947..f1649cf3 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -10,6 +10,15 @@ #define POCKET_BATTLE_ITEMS 6 #define POCKET_KEY_ITEMS 7 +#define NUM_BAG_ITEMS 165 +#define NUM_BAG_KEY_ITEMS 50 +#define NUM_BAG_TMS_HMS 100 +#define NUM_BAG_MAIL 12 +#define NUM_BAG_MEDICINE 40 +#define NUM_BAG_BERRIES 64 +#define NUM_BAG_BALLS 15 +#define NUM_BAG_BATTLE_ITEMS 30 + #define HOLD_EFFECT_NONE 0 #define HOLD_EFFECT_HP_RESTORE 1 #define HOLD_EFFECT_DIALGA_BOOST 2 -- cgit v1.2.3