Prev: 32216 Up: Map Next: 32242
32234: Make a character walk fast
The address of this continual subcommand routine is placed into 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.
Input
H Character number (152-169)
32234 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
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
Prev: 32216 Up: Map Next: 32242