shithub: pokecrystal

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