Prev: 64bc Up: Map Next: 64d7
64c2: Drop a chemical based item, flashing items radiation and plutonium.
Input
IX Collectible item object.
64c2 ld a,($5dcc) Game timer
64c5 and $1f
64c7 cp $18
64c9 jr nc,$64d1 Use cyan colour and display sprite
Flashing items: hidden.
64cb ld (ix+$03),$00 Set the colour to black
64cf jr $64a4 Display the item sprite
Flashing items: visible.
64d1 ld (ix+$03),$45 Set the colour to cyan
64d5 jr $64a4 Display the item sprite
Prev: 64bc Up: Map Next: 64d7