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