Prev: 670A Up: Map Next: 6724
6717: Handle down/decelerate input
Used by the routines at scan_cursor, scan_kempston, scan_sinclair and scan_keyboard.
Sets speed to SPEED_SLOW and updates control flags. Called when player presses down on joystick/keyboard.
handle_down 6717 LD A,$01 Set speed to SPEED_SLOW.
6719 LD ($5F64),A
671C LD HL,$6BB0 Set CONTROLS_BIT_SPEED_CHANGED and CONTROLS_BIT_SPEED_NOT_FAST.
671F SET 2,(HL)
6721 SET 1,(HL)
6723 RET
Prev: 670A Up: Map Next: 6724