Routines |
Prev: 57119 | Up: Map | Next: 57156 |
Used by the routine at InitialiseNewGame.
|
||||||||
ResetScore | 57145 | LD D,H | DE=HL+1. | |||||
57146 | LD E,L | |||||||
57147 | INC E | |||||||
57148 | LD BC,5 | BC=0005. | ||||||
57151 | LD (HL),48 | Write 48 (ASCII "0") to *HL. | ||||||
57153 | LDIR | Copy the "0" to the following five memory locations. | ||||||
57155 | RET | Return. |
Prev: 57119 | Up: Map | Next: 57156 |