diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-01 01:42:02 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-01 01:42:02 -0400 |
commit | ef2971d8dcc0768265d9b8c0eec40ea55251db8b (patch) | |
tree | 6d7ff64d528aa8241a28ee0a99247a8a28e6f487 /include/item.h | |
parent | dac4192fd3b875706a7f1ce8bfb97c813ea503de (diff) |
Convert GF ROM header to C
Diffstat (limited to 'include/item.h')
-rw-r--r-- | include/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/item.h b/include/item.h index 87ff57bc7..ceca83bd5 100644 --- a/include/item.h +++ b/include/item.h @@ -29,6 +29,7 @@ struct BagPocket u8 capacity; }; +extern const struct Item gItems[]; extern struct BagPocket gBagPockets[]; void ApplyNewEncryptionKeyToBagItems(u32 newKey); |