Skool Daze Routines
63352: Deal with ERIC when he's being spoken to by a little boy
Used by the routine at 27353.
63352 LD HL,32715 Return if the little boy is still delivering the main message
63355 BIT 0,(HL)
63357 RET Z
63358 CALL 26426 Get code of last keypress in A
63361 RET Z Return if no game keys were pressed
63362 OR 32
63364 CP 117 Was 'u' pressed?
63366 RET NZ Return (to 27351) if not
63367 LD HL,32763 32763 holds ERIC's status flags
63370 RES 3,(HL) Signal: ERIC's conference with the little boy is over
63372 RET Return to 27351