|  | Routines | 
| Prev: 64204 | Up: Map | Next: 64230 | 
| 64207 | CALL 47946 | Play hiss-type sound | ||
| 64210 | LD A,11 | Draw "EXECUTE / REJECT COMMAND" window... | ||
| 64212 | CALL 47185 | ... | ||
| 64215 | LD HL,50731 | Point to "EXECUTE COMMAND..." text... | ||
| 64218 | CALL 46902 | ...and print to screen | ||
| 64221 | CALL 47502 | Process keyboard / joystick input on a menu and load A with selected item index... | ||
| 64224 | OR A | ...and if this is 0 (i.e. execute command)... | ||
| 64225 | RET Z | ...then return | ||
| 64226 | POP HL | Remove return address from stack | ||
| 64227 | JP 41742 | Set Magic Knight's available action flags and jump to start of main game loop | ||
| Prev: 64204 | Up: Map | Next: 64230 |