summaryrefslogtreecommitdiff
path: root/include/berry.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2019-04-14 13:22:37 +0200
committerhuderlem <huderlem@gmail.com>2019-04-14 10:15:18 -0500
commitdc764698c9026f79fe4a9b3891a5a5b373decd55 (patch)
treef6430a1961e33fcaea225cdb01969625c0609dcf /include/berry.h
parent065c60544d4d059fdc9aa1bc50f1375a73782427 (diff)
Use implicilt berry indexes in arrays
Diffstat (limited to 'include/berry.h')
-rw-r--r--include/berry.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/berry.h b/include/berry.h
index ee581b9c1..9ff18e198 100644
--- a/include/berry.h
+++ b/include/berry.h
@@ -34,12 +34,6 @@ enum
BERRY_STAGE_SPARKLING = 0xFF,
};
-#define NUM_BERRIES 44
-
-extern const u8 *const gBerryTreeEventObjectGraphicsIdTablePointers[];
-extern const struct SpriteFrameImage *const gBerryTreePicTablePointers[];
-extern const u8 *const gBerryTreePaletteSlotTablePointers[];
-
void ClearEnigmaBerries(void);
void SetEnigmaBerry(u8 *src);
bool32 IsEnigmaBerryValid(void);