Routines
Prev:
63561
Up:
Map
Next:
63586
63576: Clear various game and lesson flags
Used by the routine at
63309
. Clears the flags in
32640
and
32641
, and also sets the 6 unused bytes at
32642
to 0.
Input
H
127
63576
LD L,128
HL
=
32640
63578
LD B,8
Zero out the bytes
63580
LD (HL),0
63582
INC L
63583
DJNZ 63580
63585
RET
Prev:
63561
Up:
Map
Next:
63586