Prev: F600 Up: Map Next: F68D
F686: Make a character stop running and restart the command list
Continues from the routine at F731.
Input
H Character number (0xD7-0xE5)
F686 LD L,$03 Reset bit 7 of byte 0x03 of the character's buffer (he's no longer running)
F688 RES 7,(HL)
F68A JP $F6DE Restart the command list
Prev: F600 Up: Map Next: F68D