Prev: DD02 Up: Map Next: DD7D
DD69: Item attributes
This defines the attribute byte to use for all sixteen items,
This is an array of 20 bytes, the final four of which are unused.
In the descriptions 'yellow/black' means yellow ink over black paper, for example.
item_attributes DD69 DEFB $06 item_attribute: WIRESNIPS - yellow/black
DD6A DEFB $05 item_attribute: SHOVEL - cyan/black
DD6B DEFB $05 item_attribute: LOCKPICK - cyan/black
DD6C DEFB $07 item_attribute: PAPERS - white/black
DD6D DEFB $04 item_attribute: TORCH - green/black
DD6E DEFB $42 item_attribute: BRIBE - bright-red/black
DD6F DEFB $04 item_attribute: UNIFORM - green/black
Food turns purple/black when it's poisoned.
item_attributes_food DD70 DEFB $07 item_attribute: FOOD - white/black
DD71 DEFB $03 item_attribute: POISON - purple/black
DD72 DEFB $42 item_attribute: RED KEY - bright-red/black
DD73 DEFB $06 item_attribute: YELLOW KEY - yellow/black
DD74 DEFB $04 item_attribute: GREEN KEY - green/black
DD75 DEFB $05 item_attribute: PARCEL - cyan/black
DD76 DEFB $07 item_attribute: RADIO - white/black
DD77 DEFB $07 item_attribute: PURSE - white/black
DD78 DEFB $04 item_attribute: COMPASS - green/black
The final four bytes are unused.
DD79 DEFB $06 item_attribute: yellow/black
DD7A DEFB $05 item_attribute: cyan/black
DD7B DEFB $42 item_attribute: bright-red/black
DD7C DEFB $42 item_attribute: bright-red/black
Prev: DD02 Up: Map Next: DD7D