![]() |
Routines |
Prev: EC21 | Up: Map | Next: EC40 |
|
||||
EC32 | LD HL,$A76C | Return if bit 0 of *A76C is set. | ||
EC35 | BIT 0,(HL) | |||
EC37 | RET NZ | |||
EC38 | SET 0,(HL) | Set bit 0 of *HL. | ||
EC3A | LD A,$04 | Call AddToScore to add 04 points to the score. | ||
EC3C | CALL AddToScore | |||
EC3F | RET | Return. |
Prev: EC21 | Up: Map | Next: EC40 |