![]() |
Routines |
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 |