![]() |
Routines |
Prev: 60494 | Up: Map | Next: 60522 |
|
||||
60508 | LD HL,42860 | Return if bit 7 of *42860 is set. | ||
60511 | BIT 7,(HL) | |||
60513 | RET NZ | |||
60514 | SET 7,(HL) | Set bit 7 of *HL. | ||
60516 | LD A,4 | Call AddToScore to add 4 points to the score. | ||
60518 | CALL AddToScore | |||
60521 | RET | Return. |
Prev: 60494 | Up: Map | Next: 60522 |