summaryrefslogtreecommitdiff
path: root/src/item.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2016-12-11 23:42:56 +0100
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2016-12-12 09:50:41 +0100
commit11373fb2d4836083f2a72a9669098a068bba4242 (patch)
tree9fd69bfeb0eb1b10325befebf54c2e68a052fb8d /src/item.c
parentc94528567925bd8b33d0fb93beaaa248636fec41 (diff)
Fix various warnings
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.c b/src/item.c
index 84ab4c1c8..3f74b5925 100644
--- a/src/item.c
+++ b/src/item.c
@@ -58,7 +58,7 @@ void CopyItemName(u16 itemId, u8 *string)
}
//Unreferenced
-static s8 CountUsedBagPocketSlots(u8 pocket)
+s8 CountUsedBagPocketSlots(u8 pocket)
{
u8 i;