Prev: A592 Up: Map Next: A5A4
A59B: Scroll Screen
Used by the routine at PrintCharacter.
Scrolls the screen up and then resets the print position.
ScrollScreen A59B EXX Switch to the shadow registers.
Scroll the screen up.
A59C CALL $0DFE Call CL_SC_ALL.
Reset the print position.
A59F CALL SetDefaultScreenPosition Call SetDefaultScreenPosition.
A5A2 EXX Switch back to the normal registers.
A5A3 RET Return.
View the equivalent code in The Jewels Of Babylon.
Prev: A592 Up: Map Next: A5A4