summaryrefslogtreecommitdiff
path: root/include/berry.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-29 12:38:16 -0400
committerGitHub <noreply@github.com>2021-03-29 12:38:16 -0400
commitc40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (patch)
tree96579246478b851117df7c544eb6a7253136bed8 /include/berry.h
parent731a4420353869e3d7e3b4a6e375a2234ee9169f (diff)
parent22e2c0a47ca876313604f0dd031abb324477186f (diff)
Merge pull request #1378 from GriffinRichards/doc-berrycrush
Document Berry Crush
Diffstat (limited to 'include/berry.h')
-rw-r--r--include/berry.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/berry.h b/include/berry.h
index 4a5a46615..22b9158ee 100644
--- a/include/berry.h
+++ b/include/berry.h
@@ -28,11 +28,11 @@ void SetBerryTreesSeen(void);
extern const struct Berry gBerries[];
-struct UnkStruct_0858AB24 {
- u8 unk0;
- u16 unk1;
+struct BerryCrushBerryData {
+ u8 difficulty; // The number of A presses required to crush it
+ u16 powder;
};
-extern const struct UnkStruct_0858AB24 gUnknown_0858AB24[];
+extern const struct BerryCrushBerryData gBerryCrush_BerryData[];
#endif // GUARD_BERRY_H