Prev: 61BB Up: Map Next: 61CF
61C5: Keypress offset patch table for keys 0-9 (Int2)
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 selected.
61C5 DEFB $13 '0': Knock on or open a door
61C6 DEFB $07 '1': Left (fast)
61C7 DEFB $05 '2': Right (fast)
61C8 DEFB $03 '3': Down (fast)
61C9 DEFB $01 '4': Up (fast)
61CA DEFB $13 '5': Knock on or open a door
61CB DEFB $07 '6': Left (fast)
61CC DEFB $05 '7': Right (fast)
61CD DEFB $03 '8': Down (fast)
61CE DEFB $01 '9': Up (fast)
Prev: 61BB Up: Map Next: 61CF