![]() |
Routines |
Prev: 670E | Up: Map | Next: 672E |
Used by the routines at TransitionEffect, Print_ControlMenu, Print_InstructionsMenu, 72C9, GameIntro and TitleScreen.
|
||||
ClearScreen | 6720 | LD HL,$5AFF | Clear 1B00 bytes of screen and attribute buffer memory by setting all the bytes to 00. | |
6723 | LD DE,$5AFE | |||
6726 | LD BC,$1AFF | |||
6729 | LD (HL),$00 | |||
672B | LDDR | |||
672D | RET | Return. |
Prev: 670E | Up: Map | Next: 672E |