Prev: 42336 Up: Map Next: 42359
42346: Set Screen Position
Used by the routines at Print_RoomDescription and Action_Inventory.
SetScreenPosition 42346 CALL SwitchNormalScreenOutput Call SwitchNormalScreenOutput.
42349 LD A,(43054) B=*LineNumber.
42352 LD B,A
42353 LD C,33 Call CL_SET with column number 33.
42355 CALL 3545
42358 RET Return.
View the equivalent code in The Jewels Of Babylon.
Prev: 42336 Up: Map Next: 42359