Chase H.Q.
Routines
Prev:
8876
Up:
Map
Next:
88E2
88D5: Clears the game screen attributes to zero
Used by the routines at
load_stage
and
clear_game_screen
.
clear_game_attrs
88D5
LD HL,$5900
88D8
LD DE,$5901
88DB
LD BC,$01FF
88DE
LD (HL),L
88DF
LDIR
88E1
RET
Prev:
8876
Up:
Map
Next:
88E2