Routines

26304: Make character find a seat and sit down


Used by many tables of A&P

H Character number

26304 2E04 LD L,4
26306 3600 LD (HL),0
26308 2E12 LD L,18 Place the address of the routine at 26263 (make character look for a chair) into bytes 17 and 18 of the character's buffer
26310 3666 LD (HL),102
26312 2D DEC L
26313 3697 LD (HL),151
26315 C39766 JP 26263 Start looking for a seat