Routines
Prev:
F849
Up:
Map
Next:
F862
F858: Clear various game and lesson flags
Used by the routine at
F74D
. Clears the flags in
7F80
and
7F81
, and also sets the 6 unused bytes at
7F82
to 0.
Input
H
0x7F
F858
LD L,$80
HL
=
7F80
F85A
LD B,$08
Zero out the bytes
F85C
LD (HL),$00
F85E
INC L
F85F
DJNZ $F85C
F861
RET
Prev:
F849
Up:
Map
Next:
F862