Prev: 66BF Up: Map Next: 66CE
66C0: Make a character find a seat
Used by command lists 0x00, 0x02, 0x04, 0x06, 0x08, 0x20, 0x22, 0x2E, 0x30, 0x32, 0x34, 0x52, 0x54 and 0x56. Makes a character start looking for a seat.
Input
H Character number (0xB7-0xD1)
66C0 LD L,$04 Remove the address of this primary command routine from bytes 0x03 and 0x04 of the character's buffer
66C2 LD (HL),$00
66C4 LD L,$12 Place the address of the uninterruptible subcommand routine at 6697 (make character look for a seat) into bytes 0x11 and 0x12 of the character's buffer
66C6 LD (HL),$66
66C8 DEC L
66C9 LD (HL),$97
66CB JP $6697 Start looking for a seat
Prev: 66BF Up: Map Next: 66CE