diff options
Diffstat (limited to 'include/constants/item_data_constants.h')
-rw-r--r-- | include/constants/item_data_constants.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/constants/item_data_constants.h b/include/constants/item_data_constants.h new file mode 100644 index 000000000..a250d141f --- /dev/null +++ b/include/constants/item_data_constants.h @@ -0,0 +1,12 @@ +#ifndef GUARD_CONSTANTS_ITEM_DATA_CONSTANTS_H +#define GUARD_CONSTANTS_ITEM_DATA_CONSTANTS_H + + +#define POCKET_ITEMS, 0x01 +#define POCKET_POKE_BALLS, 0x02 +#define POCKET_TM_HM, 0x03 +#define POCKET_BERRIES, 0x04 +#define POCKET_KEY_ITEMS, 0x05 + + +#endif // GUARD_CONSTANTS_ITEM_DATA_CONSTANTS_H |