Prev: 62976 Up: Map Next: 63117
63110: Make a character stop running and restart the command list
Continues from the routine at 63281.
Input
H Character number (215-229)
63110 LD L,3 Reset bit 7 of byte 3 of the character's buffer (he's no longer running)
63112 RES 7,(HL)
63114 JP 63198 Restart the command list
Prev: 62976 Up: Map Next: 63117