diff options
Diffstat (limited to 'src/item.c')
-rw-r--r-- | src/item.c | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/item.c b/src/item.c index 656563ad4..ad2b9aed3 100644 --- a/src/item.c +++ b/src/item.c @@ -1,30 +1,11 @@ #include "global.h" #include "item.h" #include "string_util.h" +#include "strings.h" 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 |