![]() |
Routines |
Prev: 60508 | Up: Map | Next: 60536 |
|
||||
60522 | LD HL,42861 | Return if bit 0 of *42861 is set. | ||
60525 | BIT 0,(HL) | |||
60527 | RET NZ | |||
60528 | SET 0,(HL) | Set bit 0 of *HL. | ||
60530 | LD A,4 | Call AddToScore to add 4 points to the score. | ||
60532 | CALL AddToScore | |||
60535 | RET | Return. |
Prev: 60508 | Up: Map | Next: 60536 |