Prev: 6880 Up: Map Next: 6896
688C: Keypress vector table for keyboard 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 not selected.
688C DEFB $89 0: Fire catapult
688D DEFB $00 1: Unused
688E DEFB $00 2: Unused
688F DEFB $00 3: Unused
6890 DEFB $00 4: Unused
6891 DEFB $09 5: Move left (fast)
6892 DEFB $06 6: Move down (fast)
6893 DEFB $03 7: Move up (fast)
6894 DEFB $0C 8: Move right (fast)
6895 DEFB $00 9: Unused
Prev: 6880 Up: Map Next: 6896