Skool Daze Routines
32470: Remove speech bubble if present
Used by the routines at 26880 and 32250. Returns with the high score in HL.
32470 LD A,(32613) A=x-coordinate of 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 display area
32480 LD HL,(32706) Get the high score in HL
32483 RET