summaryrefslogtreecommitdiff
path: root/include/berry.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-11 21:47:47 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-11 21:47:47 -0400
commit4e3b3cdd3cf2f7677c01e62be56bed809471cf3c (patch)
tree02743b391060eb2bff0dddd08fe219464a1834a0 /include/berry.h
parent8f8665e1dcfffaa83727e3cb814c82179aa3dbe3 (diff)
Berry Crush documentation, 2
Diffstat (limited to 'include/berry.h')
-rw-r--r--include/berry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/berry.h b/include/berry.h
index 905ce291b..ec0caf11b 100644
--- a/include/berry.h
+++ b/include/berry.h
@@ -67,11 +67,11 @@ const struct Berry * GetBerryInfo(u8 berryIdx);
extern const struct Berry gBerries[];
-struct UnkStruct_0858AB24 {
+struct BerryCrushStats {
u8 unk0;
- u16 unk1;
+ u16 powder;
};
-extern const struct UnkStruct_0858AB24 gUnknown_83DFC9C[];
+extern const struct BerryCrushStats gBerryCrushStats[];
#endif // GUARD_BERRY_H