diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-04 09:10:09 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-04 09:10:09 -0400 |
commit | 75ab879fd876d35eac8498296994278e213b6e7a (patch) | |
tree | b9763615e9771ac5dce777031a80b57b12d9cac2 /include/berry.h | |
parent | e82080d42bbb81b2add8bef5c073cc353dfea307 (diff) | |
parent | 2d3210dc1129e3d60a9d138838dc867d8b106b41 (diff) |
Merge remote-tracking branch 'origin/master' into modern_ld
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 |