| Chase H.Q. | Data |
| Prev: C139 | Up: Map | Next: C22E |
|
An overlay message list: a leading delay byte, then one block per line made of a delay, a character style (2 = single height, 3 = double), an attribute, a back buffer address and an attribute address, followed by the text with bit 7 set on its last character. The text is drawn black on black and revealed by the attribute transition, which is why every attribute byte here is zero. A delay followed by $00 ends the list.
|
||||
| C1E8 | DEFB $06 | Frame delay until first message | ||
| C1E9 | DEFB $06 | Frame delay until next message | ||
| C1EA | DEFB $02 | Character style (single height) | ||
| C1EB | DEFB $00 | Attribute | ||
| C1EC | DEFW $F802 | Back buffer address | ||
| C1EE | DEFW $5922 | Attribute address | ||
| C1F0 | DEFM "OK! YOU ARE UNDER ARREST O",$CE | "OK! YOU ARE UNDER ARREST ON" | ||
| C20B | DEFB $2D | Frame delay until next message | ||
| C20C | DEFB $02 | Character style (single height) | ||
| C20D | DEFB $00 | Attribute | ||
| C20E | DEFW $F023 | Back buffer address | ||
| C210 | DEFW $5943 | Attribute address | ||
| C212 | DEFM "SUSPICION OF SELLING DRUG",$D3 | "SUSPICION OF SELLING DRUGS" | ||
| C22C | DEFB $03 | Frame delay until next message | ||
| C22D | DEFB $00 | Stop | ||
| Prev: C139 | Up: Map | Next: C22E |