![]() |
Routines |
Prev: 60550 | Up: Map | Next: 60578 |
|
||||
60564 | LD HL,42861 | Return if bit 6 of *42861 is set. | ||
60567 | BIT 6,(HL) | |||
60569 | RET NZ | |||
60570 | SET 6,(HL) | Set bit 6 of *HL. | ||
60572 | LD A,4 | Call AddToScore to add 4 points to the score. | ||
60574 | CALL AddToScore | |||
60577 | RET | Return. |
Prev: 60550 | Up: Map | Next: 60578 |