![]() |
Routines |
Prev: 60466 | Up: Map | Next: 60494 |
|
||||
60480 | LD HL,42860 | Return if bit 3 of *42860 is set. | ||
60483 | BIT 3,(HL) | |||
60485 | RET NZ | |||
60486 | SET 3,(HL) | Set bit 3 of *HL. | ||
60488 | LD A,4 | Call AddToScore to add 4 points to the score. | ||
60490 | CALL AddToScore | |||
60493 | RET | Return. |
Prev: 60466 | Up: Map | Next: 60494 |