![]() |
Routines |
| H | Character number (183-214) |
| 31952 | CALL 25213 | Get the next byte (the event identifier) from the command list |
| 31955 | LD L,6 | Place it in byte 6 of the character's buffer |
| 31957 | LD (HL),A | |
| 31958 | CALL 31915 | Has the specified time arrived, and is the character at the walkabout origin? |
| 31961 | JP NC,25484 | Move to the next instruction in the command list if so |
| 31964 | CALL 25503 | Otherwise send the character off to another walkabout destination via the routine at 25581, and return to the instruction at 31967 (below) when done |
| 31967 | JR 31958 |