Prev: 26764 Up: Map Next: 26784
26774: Keypress vector table for Int2 input
Used by the routine at 26784. These 10 bytes are copied to 26672 in the keypress offset table (the entries for keys 0-9) if Int2 is selected.
26774 DEFB 137 0: Fire catapult
26775 DEFB 9 1: Move left (fast)
26776 DEFB 12 2: Move right (fast)
26777 DEFB 6 3: Move down (fast)
26778 DEFB 3 4: Move up (fast)
26779 DEFB 137 5: Fire catapult
26780 DEFB 9 6: Move left (fast)
26781 DEFB 12 7: Move right (fast)
26782 DEFB 6 8: Move down (fast)
26783 DEFB 3 9: Move up (fast)
Prev: 26764 Up: Map Next: 26784