summaryrefslogtreecommitdiff
path: root/include/berry.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/berry.h')
-rw-r--r--include/berry.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/include/berry.h b/include/berry.h
index 9d75eada6..9800e74eb 100644
--- a/include/berry.h
+++ b/include/berry.h
@@ -21,9 +21,21 @@ struct Berry
struct EnigmaBerry
{
+ struct Berry berry;
+ u8 pic[(6 * 6) * TILE_SIZE_4BPP];
+ u16 palette[16];
+ u8 description1[45];
+ u8 description2[45];
+ u8 itemEffect[18];
+ u8 holdEffect;
+ u32 checksum;
+};
+
+struct BattleEnigmaBerry
+{
u8 name[7];
u8 holdEffect;
- u8 unknown[18];
+ u8 itemEffect[18];
u8 holdEffectParam;
};