Marsport
Routines
Prev:
8628
Up:
Map
Next:
86B9
86A1: Colours the stage area of the screen to the current colour.
Used by the routines at
_873a
,
8BB6
and
_939a
.
Stage_Colour
86A1
LD HL,$5800
86A4
LD DE,$5801
86A7
LD A,(
Area_Colour
)
86AA
LD (HL),A
86AB
LD BC,$013F
86AE
LDIR
86B0
LD DE,$6927
86B3
LD BC,$0020
86B6
LDDR
86B8
RET
Prev:
8628
Up:
Map
Next:
86B9