Sync berry crush from Emerald

This commit is contained in:
PikalaxALT
2021-05-05 13:03:39 -04:00
parent 9ed87063f1
commit ee6b3c1acf
46 changed files with 1776 additions and 1456 deletions
+2 -2
View File
@@ -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