Prev: 32234 Up: Map Next: 32250
32242: Make a character speak at the correct speed
Used by the routine at 31130. Prevents a character from speaking too fast.
Input
H Character number (152-169)
32242 LD L,123 Set the speed change delay counter in byte 123 of the character's buffer 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 moving slowly
32247 SET 7,(HL)
32249 RET
Prev: 32234 Up: Map Next: 32250