Prev: 5FA1 Up: Map Next: 5FA3
5FA2: Input State
Bitmask representing the current directional input. 1F means no input. Each bit represents a direction when reset:
Bit State
0 Fire
1 Up
2 Down
3 Right
4 Left
InputState 5FA2 DEFB $00
Prev: 5FA1 Up: Map Next: 5FA3