quill | Routines |
Prev: 26119 | Up: Map | Next: 26152 |
|
||||
ACTION_ANYKEY | 26124 | PUSH BC | ||
26125 | CALL OPEN_CHANNEL_253 | |||
26128 | LD HL,16 | "Press any key" message index | ||
26131 | CALL PRINT_SYSMSG_NEWLINE | Print system message | ||
26134 | SET 5,(IY+2) | |||
26138 | RES 5,(IY+1) | |||
26142 | CALL 5588 | Read the keyboard | ||
26145 | CALL OPEN_SCREEN_CHANNEL | Open the screen channel | ||
26148 | POP BC | |||
26149 | JP NEXT_ACTION | Next action |
Prev: 26119 | Up: Map | Next: 26152 |