Prev: D300 Up: Map Next: D303
D301: Player Left/ Right
These flags don't control left/ right movement they just indicate whether keys are being pressed/ joystick used.
Right D301 DEFB $00 Defaults to $00, holds $01 when the player is pressing "right".
Left D302 DEFB $00 Defaults to $00, holds $01 when the player is pressing "left".
Prev: D300 Up: Map Next: D303