![]() |
Routines |
Prev: 26303 | Up: Map | Next: 26318 |
Used by command lists 0, 2, 4, 6, 8, 32, 34, 46, 48, 50, 52, 82, 84 and 86. Makes a character start looking for a seat.
|
||||
26304 | LD L,4 | Remove the address of this primary command routine from bytes 3 and 4 of the character's buffer | ||
26306 | LD (HL),0 | |||
26308 | LD L,18 | Place the address of the uninterruptible subcommand routine at 26263 (make character look for a seat) into bytes 17 and 18 of the character's buffer | ||
26310 | LD (HL),102 | |||
26312 | DEC L | |||
26313 | LD (HL),151 | |||
26315 | JP 26263 | Start looking for a seat |
Prev: 26303 | Up: Map | Next: 26318 |