Prev: B05E Up: Map Next: B08A
B081: Pause, Print String And Scroll
Used by the routines at EA0B, EA44, ED60 and EE35.
For dramatic effect! Used when an event occurs.
PausePrintStringAndScroll B081 LD B,$19 Call Pause_Loop using 19 HALT loops (for a short pause).
B083 CALL Pause_Loop
B086 CALL PrintStringAndNewline Call PrintStringAndNewline.
B089 RET Return.
Prev: B05E Up: Map Next: B08A