Prev: 40443 Up: Map Next: 40473
40459: Clear Lines
Used by the routine at Handler_RoomExits.
ClearLines 40459 PUSH HL Stash HL, DE, BC and AF on the stack.
40460 PUSH DE
40461 PUSH BC
40462 PUSH AF
40463 LD B,24 Clear 24 lines from the bottom of the screen using CL_LINE.
40465 CALL 3652
40468 POP AF Restore AF, BC, DE and HL from the stack.
40469 POP BC
40470 POP DE
40471 POP HL
40472 RET Return.
View the equivalent code in;
Prev: 40443 Up: Map Next: 40473