summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/item.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/item.h b/include/item.h
index 0943f3656..881d3a3d4 100644
--- a/include/item.h
+++ b/include/item.h
@@ -1,6 +1,17 @@
#ifndef GUARD_ITEM_H
#define GUARD_ITEM_H
+// These constants are used in gItems
+enum
+{
+ POCKET_NONE,
+ POCKET_ITEMS,
+ POCKET_POKE_BALLS,
+ POCKET_TM_HM,
+ POCKET_BERRIES,
+ POCKET_KEY_ITEMS,
+};
+
enum
{
ITEMS_POCKET,