| Chase H.Q. | Data |
| Prev: C139 | Up: Map | Next: C239 |
|
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.
|
||||
| C1E6 | DEFB $06 | Frame delay until first message | ||
| C1E7 | DEFB $06 | Frame delay until next message | ||
| C1E8 | DEFB $02 | Character style (single height) | ||
| C1E9 | DEFB $00 | Attribute | ||
| C1EA | DEFW $F802 | Back buffer address | ||
| C1EC | DEFW $5922 | Attribute address | ||
| C1EE | DEFM "OK! YOU ARE UNDER ARREST O",$CE | "OK! YOU ARE UNDER ARREST ON" | ||
| C209 | DEFB $06 | Frame delay until next message | ||
| C20A | DEFB $02 | Character style (single height) | ||
| C20B | DEFB $00 | Attribute | ||
| C20C | DEFW $F023 | Back buffer address | ||
| C20E | DEFW $5943 | Attribute address | ||
| C210 | DEFM "SUSPICION OF ESPIONAGE AN",$C4 | "SUSPICION OF ESPIONAGE AND" | ||
| C22A | DEFB $2D | Frame delay until next message | ||
| C22B | DEFB $02 | Character style (single height) | ||
| C22C | DEFB $00 | Attribute | ||
| C22D | DEFW $F82C | Back buffer address | ||
| C22F | DEFW $596C | Attribute address | ||
| C231 | DEFM "MURDE",$D2 | "MURDER" | ||
| C237 | DEFB $03 | Frame delay until next message | ||
| C238 | DEFB $00 | Stop | ||
| Prev: C139 | Up: Map | Next: C239 |