| Chase H.Q. | Data |
| Prev: C139 | Up: Map | Next: C240 |
|
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.
|
||||
| C1ED | DEFB $06 | Frame delay until first message | ||
| C1EE | DEFB $06 | Frame delay until next message | ||
| C1EF | DEFB $02 | Character style (single height) | ||
| C1F0 | DEFB $00 | Attribute | ||
| C1F1 | DEFW $F802 | Back buffer address | ||
| C1F3 | DEFW $5922 | Attribute address | ||
| C1F5 | DEFM "OK! YOU ARE UNDER ARREST O",$CE | "OK! YOU ARE UNDER ARREST ON" | ||
| C210 | DEFB $06 | Frame delay until next message | ||
| C211 | DEFB $02 | Character style (single height) | ||
| C212 | DEFB $00 | Attribute | ||
| C213 | DEFW $F023 | Back buffer address | ||
| C215 | DEFW $5943 | Attribute address | ||
| C217 | DEFM "SUSPICION OF FIRST DEGREE",$A0 | "SUSPICION OF FIRST DEGREE " | ||
| C231 | DEFB $2D | Frame delay until next message | ||
| C232 | DEFB $02 | Character style (single height) | ||
| C233 | DEFB $00 | Attribute | ||
| C234 | DEFW $F82C | Back buffer address | ||
| C236 | DEFW $596C | Attribute address | ||
| C238 | DEFM "MURDE",$D2 | "MURDER" | ||
| C23E | DEFB $03 | Frame delay until next message | ||
| C23F | DEFB $00 | Stop | ||
| Prev: C139 | Up: Map | Next: C240 |