Prev: 33885 Up: Map Next: 33902
33886: 6031769
Used by the routine at 34574. In each pair of bytes here, bits 0-4 of the first byte correspond to keys 1-2-3-4-5, and bits 0-4 of the second byte correspond to keys 0-9-8-7-6; among those bits, a zero indicates a key being pressed.
33886 DEFB %00011111,%00011111 (no keys pressed)
33888 DEFB %00011111,%00001111 6
33890 DEFB %00011111,%00011110 0
33892 DEFB %00011011,%00011111 3
33894 DEFB %00011110,%00011111 1
33896 DEFB %00011111,%00010111 7
33898 DEFB %00011111,%00001111 6
33900 DEFB %00011111,%00011101 9
Prev: 33885 Up: Map Next: 33902