summaryrefslogtreecommitdiff
path: root/src/item.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-02 08:43:27 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-02 08:43:27 -0400
commit4bf09504216c1c9668843cc93b5392cd1022a4c1 (patch)
treedacbc256d69d47937ead69d80e8fd34d094e9fea /src/item.c
parentef29d17c4128b674897c056a37aa424b21afe35c (diff)
through sub_80D7DE8
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 a17599db9..0c60c417d 100644
--- a/src/item.c
+++ b/src/item.c
@@ -25,6 +25,8 @@ enum
KEYITEMS_POCKET
};
+EWRAM_DATA struct BagPocket gBagPockets[5] = {};
+
u16 GetBagItemQuantity(u16* quantity)
{
return gSaveBlock2Ptr->encryptionKey ^ *quantity;