diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-16 23:54:22 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-16 23:54:22 -0800 |
commit | 670fef77ac4d9116d5fdc28c0da40622919a062b (patch) | |
tree | 61c0e925f059404473826ac775305ba5e2706ab1 /constants/item_data_constants.inc |
first commit
Diffstat (limited to 'constants/item_data_constants.inc')
-rw-r--r-- | constants/item_data_constants.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/item_data_constants.inc b/constants/item_data_constants.inc new file mode 100644 index 000000000..07ceb6e3b --- /dev/null +++ b/constants/item_data_constants.inc @@ -0,0 +1,5 @@ + .set POCKET_ITEMS, 0x01 + .set POCKET_POKE_BALLS, 0x02 + .set POCKET_TM_HM, 0x03 + .set POCKET_BERRIES, 0x04 + .set POCKET_KEY_ITEMS, 0x05 |