Prev: DF1F Up: Map Next: DF44
DF39: Reset Score
Used by the routine at InitialiseNewGame.
Input
HL Pointer to monsters score
ResetScore DF39 LD D,H DE=HL+01.
DF3A LD E,L
DF3B INC E
DF3C LD BC,$0005 BC=0005.
DF3F LD (HL),$30 Write 30 (ASCII "0") to *HL.
DF41 LDIR Copy the "0" to the following five memory locations.
DF43 RET Return.
Prev: DF1F Up: Map Next: DF44