summaryrefslogtreecommitdiff
path: root/include/item.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-10-12 02:06:19 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-10-12 02:06:19 -0500
commitf1b6358047dff266db01545d4a5927047e6756df (patch)
tree3905d3988e4c47acc33bbd984002d9fb767ac8ab /include/item.h
parent8914645231c9301579ed39bdd9200ad50e5296d0 (diff)
Port/decomp scrcmd
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 eaefa0298..431bd93d0 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);