Prev: 40459 Up: Map Next: 40486
40473: Set Default Screen Position
Used by the routine at Handler_RoomExits.
SetDefaultScreenPosition 40473 PUSH HL Stash HL, DE and BC on the stack.
40474 PUSH DE
40475 PUSH BC
40476 LD BC,33 BC=0033.
40479 CALL 3545 Call CL_SET.
40482 POP BC Restore BC, DE and HL from the stack.
40483 POP DE
40484 POP HL
40485 RET Return.
View the equivalent code in;
Prev: 40459 Up: Map Next: 40486