mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
12 lines
196 B
NASM
12 lines
196 B
NASM
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@"
|