Skool Daze Routines
32234: Make character walk fast
The address of this routine is placed in bytes 124 and 125 of a character's buffer by command lists 214 and 218. This routine is also used directly by the routines at 31648, 63374 and 64042.
H Character number (152-169)
32234 LD L,123 Set the speed change delay counter to 4, preventing any speed change by the routine at 25266
32236 LD (HL),4
32238 DEC L Reset bit 7 of byte 122 of the character's buffer, indicating that he is walking fast
32239 RES 7,(HL)
32241 RET