make item compile

This commit is contained in:
DizzyEggg
2018-04-29 15:34:14 +02:00
parent fd40e93cb5
commit 9f97646724
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1218,7 +1218,7 @@ void FieldObjectInteractionRemoveBerryTree(void)
u8 PlayerHasBerries(void)
{
return IsBagPocketNonEmpty(BAG_BERRIES);
return IsBagPocketNonEmpty(POCKET_BERRIES);
}
void ResetBerryTreeSparkleFlags(void)