Prev: 25019 Up: Map Next: 25039
25029: Keypress offset patch table for keys 0-9 (Int2)
Used by the routine at 24951. These 10 bytes are copied over the first 10 bytes of the keypress offset table at 49968 (corresponding to keys 0-9) if Int2 is selected.
25029 DEFB 19 '0': Knock on or open a door
25030 DEFB 7 '1': Left (fast)
25031 DEFB 5 '2': Right (fast)
25032 DEFB 3 '3': Down (fast)
25033 DEFB 1 '4': Up (fast)
25034 DEFB 19 '5': Knock on or open a door
25035 DEFB 7 '6': Left (fast)
25036 DEFB 5 '7': Right (fast)
25037 DEFB 3 '8': Down (fast)
25038 DEFB 1 '9': Up (fast)
Prev: 25019 Up: Map Next: 25039