summaryrefslogtreecommitdiff
path: root/include/constants/items.h
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-08-16 21:35:27 +0300
committerGitHub <noreply@github.com>2020-08-16 21:35:27 +0300
commit133a7967098a49cebc68c395df88d87485328175 (patch)
treeb60434a70296a13034d6c92440fff837b4b5bed5 /include/constants/items.h
parenta82d0d55a67b12757b185fd149d6a14dcc7cad02 (diff)
parentf249e22e6cfd180492054f8ef321fa75495f2daf (diff)
Merge pull request #262 from PikalaxALT/pikalax_work
Decompile 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