summaryrefslogtreecommitdiff
path: root/src/item.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-05-19 14:51:11 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-05-19 14:51:11 -0400
commitd1851f99bcd24e1dd51920e9f4a44cebe04d5bb4 (patch)
tree9337daa45cd7068dff6290c3d2be329c1512350e /src/item.c
parent00d1e98f5a4f7830b08b37e647092daa19f0a18d (diff)
DoTVShowPokemonTodaySuccessfulCapture
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/item.c b/src/item.c
index 656563ad4..7257c3649 100644
--- a/src/item.c
+++ b/src/item.c
@@ -6,25 +6,6 @@ extern struct Berry *GetBerryInfo(u8 berry);
extern u8 gOtherText_Berry2[];
extern u8 gUnknown_02038560;
-
-struct Item
-{
- u8 name[14];
- u16 itemId;
- u16 price;
- u8 holdEffect;
- u8 holdEffectParam;
- u8 *description;
- u8 importance;
- u8 unk19;
- u8 pocket;
- u8 type;
- ItemUseFunc fieldUseFunc;
- u8 battleUsage;
- ItemUseFunc battleUseFunc;
- u8 secondaryId;
-};
-
extern struct Item gItems[];
struct BagPocket