![]() |
Routines |
Prev: 60522 | Up: Map | Next: 60550 |
|
||||
60536 | LD HL,42861 | Return if bit 1 of *42861 is set. | ||
60539 | BIT 1,(HL) | |||
60541 | RET NZ | |||
60542 | SET 1,(HL) | Set bit 1 of *HL. | ||
60544 | LD A,4 | Call AddToScore to add 4 points to the score. | ||
60546 | CALL AddToScore | |||
60549 | RET | Return. |
Prev: 60522 | Up: Map | Next: 60550 |