![]() |
Routines |
Prev: 32469 | Up: Map |
|
||||||||
32470 | LD A,(32613) | A=x-coordinate of the speech bubble lip (if present) | ||||||
32473 | AND A | Is anyone speaking at the moment? | ||||||
32474 | CALL NZ,29746 | Remove the speech bubble if so | ||||||
32477 | CALL 27026 | Update the display | ||||||
32480 | LD HL,(32706) | Collect the high score from 32706 | ||||||
32483 | RET |
Prev: 32469 | Up: Map |