summaryrefslogtreecommitdiff
path: root/include/item.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-10-21 20:20:52 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-10-21 20:20:52 -0500
commitb8f23aa20d40e20c4d3e050ef3011cca22998646 (patch)
tree247db40f1d5334167fd897edc7667d9b17f2523a /include/item.h
parent667914075bb1680cba3866eef247abedc7a461ce (diff)
parentafd42c8e145c77fbf07799a54aec405766eed45c (diff)
Merge branch 'master' of github.com:pret/pokeemerald
Diffstat (limited to 'include/item.h')
-rw-r--r--include/item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/item.h b/include/item.h
index e642ca608..a136f03ec 100644
--- a/include/item.h
+++ b/include/item.h
@@ -31,6 +31,7 @@ extern struct BagPocket gBagPockets[];
void GetBerryCountString(u8* dst, const u8* berryName, u32 quantity);
void CopyItemName(u16 itemId, u8 *string);
+void CopyItemNameHandlePlural(u16 itemId, u8 *string, u32 quantity);
bool8 IsBagPocketNonEmpty(u8 pocket);
bool8 CheckBagHasItem(u16 itemId, u16 count);
bool8 CheckBagHasSpace(u16 itemId, u16 count);