Prev: 47153 Up: Map Next: 47198
47185: Print "SORRY BERK, BUT YOUR TIME IS UP" string
Used by the routine at 34438.
47185 LD B,32 Load B with 32 (length of string to print)
47187 LD A,199 Load A with 199, for white INK, black PAPER, BRIGHT, FLASH
47189 LD IX,47153 Point IX to text to print
47193 LD HL,23232 Point HL at position at which to start printing text in attribute file (start of second-last row)
47196 JR 47224 Print the text and return
Prev: 47153 Up: Map Next: 47198