Prev: D0AC Up: Map Next: D0E2
D0D4: Set Cursor Joystick
Used by the routine at TitleScreen.
SetCursorJoystick D0D4 CALL SetDefaultKeyboardInputs Call SetDefaultKeyboardInputs.
D0D7 LD A,$23 Write 23 to *HL.
D0D9 LD (HL),A
D0DA LD A,$14 Write Cursor joystick (14) to *ControlMethod.
D0DC LD ($5BEA),A
D0DF JP Print_TitleScreen Jump to Print_TitleScreen.
Prev: D0AC Up: Map Next: D0E2