summaryrefslogtreecommitdiff
path: root/include/item.h
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-09-22 12:18:48 -0400
committerGitHub <noreply@github.com>2019-09-22 12:18:48 -0400
commita180d2af49250b9cf005ce1635e5e59c7e6848c4 (patch)
treea457673d0bbfe61da83b59a08b256dadaa4b4821 /include/item.h
parent58b8d7c297576846aeef4173bbe8a6a71608ad98 (diff)
parent9d4fc9234be10ccad76987e08512373bb097d8e0 (diff)
Merge branch 'master' into document-eventscripts
Diffstat (limited to 'include/item.h')
-rw-r--r--include/item.h21
1 files changed, 1 insertions, 20 deletions
diff --git a/include/item.h b/include/item.h
index 881d3a3d4..87ff57bc7 100644
--- a/include/item.h
+++ b/include/item.h
@@ -1,26 +1,7 @@
#ifndef GUARD_ITEM_H
#define GUARD_ITEM_H
-// These constants are used in gItems
-enum
-{
- POCKET_NONE,
- POCKET_ITEMS,
- POCKET_POKE_BALLS,
- POCKET_TM_HM,
- POCKET_BERRIES,
- POCKET_KEY_ITEMS,
-};
-
-enum
-{
- ITEMS_POCKET,
- BALLS_POCKET,
- TMHM_POCKET,
- BERRIES_POCKET,
- KEYITEMS_POCKET,
- POCKETS_COUNT
-};
+#include "constants/item.h"
typedef void (*ItemUseFunc)(u8);