Prev: 36714 Up: Map Next: 36763
36752: Handler: Controls
Used by the routines at 35953, 36028, 36102, 37346, 41983, 42361 and 62101.
HandlerControls 36752 LD A,(24064) Jump to ReadKeyboard if GameOptions is set for keyboard controls.
36755 AND %00000110
36757 JR Z,ReadKeyboard
36759 CP 4 Jump to ReadCursorJoystick if GameOptions is set for cursor joystick controls.
36761 JR Z,ReadCursorJoystick
Continue on to ReadKempstonJoystick.
View the equivalent code in;
Prev: 36714 Up: Map Next: 36763