| Chase H.Q. | Data |
| Prev: E139 | Up: Map | Next: E224 |
|
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.
|
||||
| E1DD | DEFB $06 | Frame delay until first message | ||
| E1DE | DEFB $06 | Frame delay until next message | ||
| E1DF | DEFB $02 | Character style (single height) | ||
| E1E0 | DEFB $00 | Attribute | ||
| E1E1 | DEFW $F802 | Back buffer address | ||
| E1E3 | DEFW $5922 | Attribute address | ||
| E1E5 | DEFM "OK! YOU ARE UNDER ARREST O",$CE | "OK! YOU ARE UNDER ARREST ON" | ||
| E200 | DEFB $2D | Frame delay until next message | ||
| E201 | DEFB $02 | Character style (single height) | ||
| E202 | DEFB $00 | Attribute | ||
| E203 | DEFW $F022 | Back buffer address | ||
| E205 | DEFW $5942 | Attribute address | ||
| E207 | DEFM "SUSPICION OF ARMED ROBBERY",$AE | "SUSPICION OF ARMED ROBBERY." | ||
| E222 | DEFB $03 | Frame delay until next message | ||
| E223 | DEFB $00 | Stop | ||
| Prev: E139 | Up: Map | Next: E224 |