diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-06 11:34:18 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-06 11:34:18 -0500 |
commit | 19698ff65d8d576ecbb603c0421337237abffb81 (patch) | |
tree | f7d67cb3ba8df45ba0c404fb56e2e74c174136c2 /src/item.c | |
parent | 3581ce9ba202377282ee58ffe14037088634b954 (diff) |
Annotate undumped symbols in sym_ewram.txt
Diffstat (limited to 'src/item.c')
-rw-r--r-- | src/item.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/item.c b/src/item.c index d1f732b4d..296ba8ec7 100644 --- a/src/item.c +++ b/src/item.c @@ -12,6 +12,8 @@ #include "constants/items.h" #include "constants/maps.h" +EWRAM_DATA struct BagPocket gBagPockets[NUM_BAG_POCKETS] = {}; + void SortAndCompactBagPocket(struct BagPocket * pocket); // Item descriptions and data |