diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-05 13:03:39 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-05 13:03:39 -0400 |
commit | ee6b3c1acf4805d6df72b291b8c0f79635e6341a (patch) | |
tree | f5fe722560069ddd64c78a13980a003889e56680 /include/berry.h | |
parent | 9ed87063f1682488a809f95dd578dec37d916aad (diff) |
Sync berry crush from Emerald
Diffstat (limited to 'include/berry.h')
-rw-r--r-- | include/berry.h | 4 |
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 |