summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 4d736cdef..004d9c50d 100644
--- a/include/global.h
+++ b/include/global.h
@@ -66,6 +66,15 @@ enum
OPTIONS_BATTLE_STYLE_SET
};
+enum
+{
+ BAG_ITEMS = 1,
+ BAG_POKEBALLS,
+ BAG_TMsHMs,
+ BAG_BERRIES,
+ BAG_KEYITEMS
+};
+
struct Coords16
{
s16 x;