Prev: 5E00 Up: Map Next: 5E04
5E03: Game Options
Holds the number of players and the chosen control method.
Byte Binary Option
00 00000000 1UP Game + Keyboard
01 00000001 2UP Game + Keyboard
02 00000010 1UP Game + Kempston Joystick
03 00000011 2UP Game + Kempston Joystick
"Number of Players" on Bit 00.
"Control Method" on Bit 01.
GameOptions 5E03 DEFB $EF
View the equivalent code in;
Prev: 5E00 Up: Map Next: 5E04