diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-04-24 00:58:14 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-04-24 00:58:14 +0100 |
commit | a9d65ae6b66405d9470951e932a4d3b4b2f794df (patch) | |
tree | 7b27765a7c906056b7e30be5c8b8c2f37f390836 /include/constants | |
parent | 5a7a0d621ca26d756dbc29f712b774c75368eb11 (diff) |
Move files to include/data
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/item_data_constants.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/constants/item_data_constants.h b/include/constants/item_data_constants.h deleted file mode 100644 index a250d141f..000000000 --- a/include/constants/item_data_constants.h +++ /dev/null @@ -1,12 +0,0 @@ -#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 |