Minor berry.c cleanup

This commit is contained in:
Marcus Huderle
2018-12-31 11:16:45 -06:00
parent fb2d1591c1
commit b6ee970e7a
3 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -666,7 +666,7 @@ void ItemUseOutOfBattle_PowderJar(u8 taskId)
void sub_80FDD10(u8 taskId)
{
if (IsPlayerFacingPlantedBerryTree() == TRUE)
if (IsPlayerFacingEmptyBerryTreePatch() == TRUE)
{
gUnknown_0203A0F4 = sub_80FDD74;
gFieldCallback = MapPostLoadHook_UseItem;