make item compile

This commit is contained in:
DizzyEggg
2018-04-29 15:34:14 +02:00
parent fd40e93cb5
commit 9f97646724
5 changed files with 16 additions and 16 deletions
-11
View File
@@ -11,17 +11,6 @@
#include "strings.h"
#include "load_save.h"
// These constants are used in gItems
enum
{
POCKET_NONE,
POCKET_ITEMS,
POCKET_POKE_BALLS,
POCKET_TM_HM,
POCKET_BERRIES,
POCKET_KEY_ITEMS,
};
extern bool8 InBattlePyramid(void);
extern u16 gUnknown_0203CF30[];
extern const struct Item gItems[];