ref: f65448a4c0d6c1b3877ceb8ad138e40669f97c86
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@"