Prev: 6177 Up: Map Next: 61C5
61BB: Keypress offset patch table for keys 0-9 (Kempston/Cursor/None)
Used by the routine at 6177. These 10 bytes are copied over the first 10 bytes of the keypress offset table at C330 (corresponding to keys 0-9) if Int2 is not selected.
61BB DEFB $13 '0': Knock on or open a door
61BC DEFB $00 '1': Unused
61BD DEFB $00 '2': Unused
61BE DEFB $00 '3': Unused
61BF DEFB $00 '4': Unused
61C0 DEFB $07 '5': Left (fast)
61C1 DEFB $03 '6': Down (fast)
61C2 DEFB $01 '7': Up (fast)
61C3 DEFB $05 '8': Right (fast)
61C4 DEFB $00 '9': Unused
Prev: 6177 Up: Map Next: 61C5