diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-04-23 23:25:03 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-04-23 23:25:03 +0100 |
commit | 2d4ab9f4acba8a3c91ea52eca17d395ac21f12e4 (patch) | |
tree | 262a81b6b501783a48f950f971b0ee2405a8b711 /include/constants/item_data_constants.h | |
parent | f56067bb63e0b8c2d4ffed9cef2448e7229919db (diff) |
Updated items.c
Working but non-matching
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 |