![]() |
Routines |
| Prev: 66BF | Up: Map |
|
||||||||||
| 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 |