blob: 880e08fe304505b1768393aadff47aeb85b27e71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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@"
|