shithub: pokecrystal

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