Prev: 45150 Up: Map Next: 45194
45185: Pause, Print String And Scroll
Used by the routines at 59915, 59972, 60768 and 60981.
For dramatic effect! Used when an event occurs.
PausePrintStringAndScroll 45185 LD B,25 Call Pause_Loop using 25 HALT loops (for a short pause).
45187 CALL Pause_Loop
45190 CALL PrintStringAndNewline Call PrintStringAndNewline.
45193 RET Return.
Prev: 45150 Up: Map Next: 45194