Routines |
Prev: 32216 | Up: Map | Next: 32242 |
|
||||||||
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 |