Prev: 53420 Up: Map Next: 53474
53460: Set Cursor Joystick
Used by the routine at TitleScreen.
SetCursorJoystick 53460 CALL SetDefaultKeyboardInputs Call SetDefaultKeyboardInputs.
53463 LD A,35 Write 35 to *HL.
53465 LD (HL),A
53466 LD A,20 Write Cursor joystick (20) to *ControlMethod.
53468 LD (23530),A
53471 JP Print_TitleScreen Jump to Print_TitleScreen.
Prev: 53420 Up: Map Next: 53474