summaryrefslogtreecommitdiff
path: root/include/berry.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-05 13:03:39 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-05 13:03:39 -0400
commitee6b3c1acf4805d6df72b291b8c0f79635e6341a (patch)
treef5fe722560069ddd64c78a13980a003889e56680 /include/berry.h
parent9ed87063f1682488a809f95dd578dec37d916aad (diff)
Sync berry crush from Emerald
Diffstat (limited to 'include/berry.h')
-rw-r--r--include/berry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/berry.h b/include/berry.h
index abbd20fc7..d1efa0abf 100644
--- a/include/berry.h
+++ b/include/berry.h
@@ -68,10 +68,10 @@ const struct Berry * GetBerryInfo(u8 berryIdx);
extern const struct Berry gBerries[];
struct BerryCrushStats {
- u8 unk0;
+ u8 difficulty;
u16 powder;
};
-extern const struct BerryCrushStats gBerryCrushStats[];
+extern const struct BerryCrushStats gBerryCrush_BerryData[];
#endif // GUARD_BERRY_H