![]() |
Routines |
Prev: EC32 | Up: Map | Next: EC4E |
|
||||
EC40 | LD HL,$A76C | Return if bit 3 of *A76C is set. | ||
EC43 | BIT 3,(HL) | |||
EC45 | RET NZ | |||
EC46 | SET 3,(HL) | Set bit 3 of *HL. | ||
EC48 | LD A,$04 | Call AddToScore to add 04 points to the score. | ||
EC4A | CALL AddToScore | |||
EC4D | RET | Return. |
Prev: EC32 | Up: Map | Next: EC4E |