![]() |
Routines |
Prev: EC40 | Up: Map | Next: EC5C |
|
||||
EC4E | LD HL,$A76C | Return if bit 5 of *A76C is set. | ||
EC51 | BIT 5,(HL) | |||
EC53 | RET NZ | |||
EC54 | SET 5,(HL) | Set bit 5 of *HL. | ||
EC56 | LD A,$04 | Call AddToScore to add 04 points to the score. | ||
EC58 | CALL AddToScore | |||
EC5B | RET | Return. |
Prev: EC40 | Up: Map | Next: EC5C |