Prev: F0B7 Up: Map Next: F0BF
F0B8: Restart the command list
Used by the routines at F46C and F80D, and by command lists 0x12, 0x1C, 0x1E, 0x2A, 0x2C, 0x40, 0x42, 0x44, 0x46 and 0x4E.
Input
H Character number (0xB7-0xD1)
F0B8 LD L,$1D Set bit 0 of byte 0x1D of the character's buffer, indicating to the routine at 62D0 that the command list should be restarted
F0BA SET 0,(HL)
F0BC JP $638C Move to the next command in the command list (which will be the first command)
Prev: F0B7 Up: Map Next: F0BF