diff options
Diffstat (limited to 'include/berry.h')
-rw-r--r-- | include/berry.h | 6 |
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 |