Prev: 47743 Up: Map Next: 47766
47753: Set Screen Position
Used by the routines at Print_RoomDescription, GameComplete and Action_Inventory.
SetScreenPosition 47753 CALL SwitchNormalScreenOutput Call SwitchNormalScreenOutput.
47756 LD A,(48496) B=*LineNumber.
47759 LD B,A
47760 LD C,33 Call CL_SET with column number 33.
47762 CALL 3545
47765 RET Return.
View the equivalent code in Warlord.
Prev: 47743 Up: Map Next: 47766