ref: 70a3ec1accb6de1c1c273470af0ddfa2edc1b0a9
dir: /data/items/pocket_names.asm/
ItemPocketNames: ; entries correspond to item type constants table_width 2, ItemPocketNames dw .Item dw .Key dw .Ball dw .TM assert_table_length NUM_ITEM_TYPES .Item: db "ITEM POCKET@" .Key: db "KEY POCKET@" .Ball: db "BALL POCKET@" .TM: db "TM POCKET@"