Prev: 21492 Up: Map Next: 21664
21494: Keypress vector table for Int2
Used by the routine at 21664. These 10 bytes are copied to 58624 in the keypress offset table (corresponding to keys 0-9) if Int2 is selected.
21494 DEFB 104 0: Fire catapult
21495 DEFB 80 1: Left (fast)
21496 DEFB 82 2: Right (fast)
21497 DEFB 86 3: Down (fast)
21498 DEFB 84 4: Up (fast)
21499 DEFB 104 5: Fire
21500 DEFB 80 6: Left (fast)
21501 DEFB 82 7: Right (fast)
21502 DEFB 86 8: Down (fast)
21503 DEFB 84 9: Up (fast)
Prev: 21492 Up: Map Next: 21664