From 2d4ab9f4acba8a3c91ea52eca17d395ac21f12e4 Mon Sep 17 00:00:00 2001 From: Slawter666 <38655737+Slawter666@users.noreply.github.com> Date: Mon, 23 Apr 2018 23:25:03 +0100 Subject: Updated items.c Working but non-matching --- include/constants/item_data_constants.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/constants/item_data_constants.h (limited to 'include/constants/item_data_constants.h') 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 -- cgit v1.2.3