summaryrefslogtreecommitdiff
path: root/include/constants/items.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-08-13 15:17:06 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-08-13 15:17:06 -0400
commitcbf5ca94718075c645f4c34d7b6ab0e6e95a3995 (patch)
tree6f09e314e18974a4ff5b9bb15434a77dff6c6c97 /include/constants/items.h
parentddd20f2c76a34b4fc46503c8bf88d53a755453a8 (diff)
Name routines in unk_0206EB80.s --> bag.s
Diffstat (limited to 'include/constants/items.h')
-rw-r--r--include/constants/items.h9
1 files changed, 9 insertions, 0 deletions
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