shithub: pokecrystal

ref: d79fca8c6e0c3da8782b9952740706bf73e97a17
dir: /data/items/pocket_names.asm/

View raw version
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@"