![]() |
Routines |
Prev: EC78 | Up: Map | Next: EC94 |
|
||||
EC86 | LD HL,$A76D | Return if bit 2 of *A76D is set. | ||
EC89 | BIT 2,(HL) | |||
EC8B | RET NZ | |||
EC8C | SET 2,(HL) | Set bit 2 of *HL. | ||
EC8E | LD A,$04 | Call AddToScore to add 04 points to the score. | ||
EC90 | CALL AddToScore | |||
EC93 | RET | Return. |
Prev: EC78 | Up: Map | Next: EC94 |