![]() |
Routines |
Prev: 26382 | Up: Map | Next: 26414 |
Used by the routines at TransitionEffect, Print_ControlMenu, Print_InstructionsMenu, 29385, GameIntro and TitleScreen.
|
||||
ClearScreen | 26400 | LD HL,23295 | Clear 6912 bytes of screen and attribute buffer memory by setting all the bytes to 0. | |
26403 | LD DE,23294 | |||
26406 | LD BC,6911 | |||
26409 | LD (HL),0 | |||
26411 | LDDR | |||
26413 | RET | Return. |
Prev: 26382 | Up: Map | Next: 26414 |