Prev: C556 Up: Map Next: C582
C579: Pause, Print String And Scroll
For dramatic effect! Used when an event occurs.
PausePrintStringAndScroll C579 LD B,$19 Call Pause_Loop using 19 HALT loops (for a short pause).
C57B CALL Pause_Loop
C57E CALL PrintStringAndNewline Call PrintStringAndNewline.
C581 RET Return.
Prev: C556 Up: Map Next: C582