Prev: A560 Up: Map Next: A577
A56A: Set Screen Position
Used by the routines at Print_RoomDescription and Action_Inventory.
SetScreenPosition A56A CALL SwitchNormalScreenOutput Call SwitchNormalScreenOutput.
A56D LD A,($A82E) B=*LineNumber.
A570 LD B,A
A571 LD C,$21 Call CL_SET with column number 21.
A573 CALL $0DD9
A576 RET Return.
View the equivalent code in The Jewels Of Babylon.
Prev: A560 Up: Map Next: A577