![]() |
Routines |
Prev: 60449 | Up: Map | Next: 60480 |
|
||||
60466 | LD HL,42860 | Return if bit 0 of *42860 is set. | ||
60469 | BIT 0,(HL) | |||
60471 | RET NZ | |||
60472 | SET 0,(HL) | Set bit 0 of *HL. | ||
60474 | LD A,4 | Call AddToScore to add 4 points to the score. | ||
60476 | CALL AddToScore | |||
60479 | RET | Return. |
Prev: 60449 | Up: Map | Next: 60480 |