ref: fc08ff2c384b09a47c49226c2a3e3d2084adf16c
dir: /data/items/pocket_names.asm/
ItemPocketNames: ; entries correspond to item type constants dw .Item dw .Key dw .Ball dw .TM .Item: db "ITEM POCKET@" .Key: db "KEY POCKET@" .Ball: db "BALL POCKET@" .TM: db "TM POCKET@"