summaryrefslogtreecommitdiff
path: root/include/item.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-29 14:10:24 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-29 14:10:24 -0400
commit4625c38ab21e1b8abd97411b62e4a3109b2cd66e (patch)
tree70472dac8ef6c0f1d969454bc2e8ca85f0c48ebd /include/item.h
parent5587dcd9e717b6ecb3232a7e6eefdfff1614a59c (diff)
Unify party_menu.h structs
Diffstat (limited to 'include/item.h')
-rw-r--r--include/item.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/item.h b/include/item.h
index 69fe1f941..9c7e1b673 100644
--- a/include/item.h
+++ b/include/item.h
@@ -1,6 +1,16 @@
#ifndef GUARD_ITEM_H
#define GUARD_ITEM_H
+// These constants are used in gItems
+enum
+{
+ POCKET_ITEMS = 1,
+ POCKET_POKE_BALLS,
+ POCKET_TM_HM,
+ POCKET_BERRIES,
+ POCKET_KEY_ITEMS,
+};
+
typedef void (*ItemUseFunc)(u8);
struct BagPocket