summaryrefslogtreecommitdiff
path: root/src/item.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-07-08 18:06:19 -0500
committercamthesaxman <cameronghall@cox.net>2017-07-08 18:06:19 -0500
commite41832e3c7afd0072216aaaf08b9e56c7bb42413 (patch)
tree33cfbd76cf1871d54c76c192e2be1586486e072a /src/item.c
parent9a57e785576c658980e7cac5d3531181ccc64d42 (diff)
decompile RemoveEmptyItemSlots - sub_80A444C
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/item.c b/src/item.c
index 33aa87768..6070a0329 100644
--- a/src/item.c
+++ b/src/item.c
@@ -129,6 +129,8 @@ bool8 CheckBagHasSpace(u16 itemId, u16 count)
return TRUE;
}
+// This function matches if gBagPockets is declared non-const,
+// but it should be fixed anyway.
#ifdef NONMATCHING
bool8 AddBagItem(u16 itemId, u16 count)
{