Skool Daze Routines
32242: Make character speak at correct speed
Used by the routine at 31130.
H Character number (152-169)
32242 LD L,123 Set the speed change delay counter to 4, preventing any speed change by the routine at 25266
32244 LD (HL),4
32246 DEC L Set bit 7 of byte 122 of the character's buffer, indicating that he is walking slowly
32247 SET 7,(HL)
32249 RET