Skip to content

Commit

Permalink
Removed GetBerryCountString from CopyItemNameHandlePlural
Browse files Browse the repository at this point in the history
Will deprecate the former in a future feature: rh-hideout#4010
  • Loading branch information
pkmnsnfrn committed Jan 16, 2024
1 parent ea5e839 commit 3734654
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/item.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ void CopyItemNameHandlePlural(u16 itemId, u8 *dst, u32 quantity)

if (DoesItemHavePluralName(itemId))
StringCopy(dst, ItemId_GetPluralName(itemId));
else if (ItemId_GetPocket(itemId) == POCKET_BERRIES)
GetBerryCountString(dst, gBerries[itemId - FIRST_BERRY_INDEX].name, quantity);
else
StringAppend(end, sText_s);
}
Expand Down

0 comments on commit 3734654

Please sign in to comment.