Prev: 55112 Up: Map Next: 55138
55115: Display execute / reject command window and return if execute chosen, else exit to main game loop
Used by the routines at 29330, 29488, 29619, 29756, 30145, 30686, 30968, 31041, 31257, 31537, 31688, 32252 and 32895.
55115 CALL 35739 Play hiss-type sound
55118 LD A,11 Draw "EXECUTE / REJECT COMMAND" window...
55120 CALL 34982 ...
55123 LD HL,38329 Point to "EXECUTE COMMAND..." text...
55126 CALL 34762 ...and print to screen
55129 CALL 35296 Process keyboard / joystick input on a menu and load A with selected item index...
55132 OR A ...and if this is 0 (i.e. execute command)...
55133 RET Z ...then return
55134 POP HL Remove return address from stack
55135 JP 29482 Set Magic Knight's available action flags, validate I.D. Card if appropriate and jump to start of main game loop
Prev: 55112 Up: Map Next: 55138