![]() |
Routines |
Prev: 60536 | Up: Map | Next: 60564 |
|
||||
60550 | LD HL,42861 | Return if bit 2 of *42861 is set. | ||
60553 | BIT 2,(HL) | |||
60555 | RET NZ | |||
60556 | SET 2,(HL) | Set bit 2 of *HL. | ||
60558 | LD A,4 | Call AddToScore to add 4 points to the score. | ||
60560 | CALL AddToScore | |||
60563 | RET | Return. |
Prev: 60536 | Up: Map | Next: 60564 |