Prev: 688C Up: Map Next: 68A0
6896: Keypress vector table for Int2 input
Used by the routine at 68A0. These 10 bytes are copied to 6830 in the keypress offset table (the entries for keys 0-9) if Int2 is selected.
6896 DEFB $89 0: Fire catapult
6897 DEFB $09 1: Move left (fast)
6898 DEFB $0C 2: Move right (fast)
6899 DEFB $06 3: Move down (fast)
689A DEFB $03 4: Move up (fast)
689B DEFB $89 5: Fire catapult
689C DEFB $09 6: Move left (fast)
689D DEFB $0C 7: Move right (fast)
689E DEFB $06 8: Move down (fast)
689F DEFB $03 9: Move up (fast)
Prev: 688C Up: Map Next: 68A0