shithub: pokecrystal

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