![]() |
Routines |
Prev: 9DFB | Up: Map | Next: 9E19 |
Used by the routine at Handler_RoomExits.
|
||||
ClearLines | 9E0B | PUSH HL | Stash HL, DE, BC and AF on the stack. | |
9E0C | PUSH DE | |||
9E0D | PUSH BC | |||
9E0E | PUSH AF | |||
9E0F | LD B,$18 | Clear 18 lines from the bottom of the screen using CL_LINE. | ||
9E11 | CALL $0E44 | |||
9E14 | POP AF | Restore AF, BC, DE and HL from the stack. | ||
9E15 | POP BC | |||
9E16 | POP DE | |||
9E17 | POP HL | |||
9E18 | RET | Return. | ||
View the equivalent code in;
|
Prev: 9DFB | Up: Map | Next: 9E19 |