Prev: 63196 Up: Map Next: 63205
63198: Restart the command list
Used by the routines at 24925, 31362, 62297 and 63110, and by the command lists at 64764, 64918, 64928, 64948, 64964, 64976, 64991, 65002, 65016, 65030, 65034, 65044, 65059, 65076, 65097, 65112, 65143 and 65184.
Input
H Character number (215-229)
63198 LD L,22 Byte 22 of the character's buffer holds the offset of the point reached in the command list (relative to the start)
63200 LD (HL),0 Set this offset to 0, thus restarting the command list
63202 JP 62080 Remove any existing primary command routine address from the character's buffer
Prev: 63196 Up: Map Next: 63205