Prev: 6BB1 Up: Map Next: 6BD2
6BBF: Handle the Enter key pressed
Used by the routines at main_loop and overview.
handle_enter 6BBF LD A,$FE Scan Caps Shift
6BC1 IN A,($FE)
6BC3 BIT 0,A
6BC5 JP Z,start_gameplay
6BC8 LD A,$7F Scan Symbol Shift
6BCA IN A,($FE)
6BCC BIT 1,A
6BCE JP Z,select_controls
6BD1 RET
Prev: 6BB1 Up: Map Next: 6BD2