Prev: 50518 Up: Map Next: 50562
50553: Pause, Print String And Scroll
For dramatic effect! Used when an event occurs.
PausePrintStringAndScroll 50553 LD B,25 Call Pause_Loop using 25 HALT loops (for a short pause).
50555 CALL Pause_Loop
50558 CALL PrintStringAndNewline Call PrintStringAndNewline.
50561 RET Return.
Prev: 50518 Up: Map Next: 50562