diff options
Diffstat (limited to 'include/item.h')
-rw-r--r-- | include/item.h | 10 |
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 |