summaryrefslogtreecommitdiff
path: root/include/constants/items.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-06-21 13:12:56 -0400
committerGitHub <noreply@github.com>2019-06-21 13:12:56 -0400
commit010db05e735e0ac11efcf0d800205324cc0f2be9 (patch)
tree9109eaf029ee3253a554e50df5584d540ff243f8 /include/constants/items.h
parentcaa193364bf786cb567ed16eb4670ed2cc4cb362 (diff)
parent3444ac708a0dfc9e99c34a3c19159e786d8ab9f1 (diff)
Merge pull request #71 from pret/item_use
item_use and item
Diffstat (limited to 'include/constants/items.h')
-rw-r--r--include/constants/items.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/constants/items.h b/include/constants/items.h
index cc73119e6..6959ad358 100644
--- a/include/constants/items.h
+++ b/include/constants/items.h
@@ -395,11 +395,4 @@
// Check if the item is one that can be used on a Pokemon.
#define IS_POKEMON_ITEM(item) ((item) >= ITEM_POTION && (item) <= ITEM_0B2)
-// POCKETS
-#define POCKET_ITEMS 1
-#define POCKET_KEY_ITEMS 2
-#define POCKET_POKE_BALLS 3
-#define POCKET_TM_CASE 4
-#define POCKET_BERRY_POUCH 5
-
#endif // GUARD_CONSTANTS_ITEMS_H