Prev: D460 Up: Map Next: D4C4
D4BE: Clear Screen
Used by the routines at TitleScreen and GoldfishGame.
The whole screen is 18 lines.
Will use the colour set at ATTR_P.
ClearScreen D4BE LD B,$18 Clear the bottom 18 lines using CL_LINE.
D4C0 CALL $0E44
D4C3 RET Return.
Prev: D460 Up: Map Next: D4C4