Prev: 67FD Up: Map Next: 681E
6800: ASCII codes and routine addresses for the keypress offset table
Used by the routine at 6767. The entries in this table are pointed to by the the entries in the keypress offset table at 6820. Another table of ASCII codes and routine addresses can be found at 6880. For more details, see the keypress table.
6800 DEFB $20 ' ' (SPACE)
6801 DEFW $6751 Do nothing
6803 DEFB $51 'Q'
6804 DEFW $65E4 Up (fast)
6806 DEFB $41 'A'
6807 DEFW $657F Down (fast)
6809 DEFB $4F 'O'
680A DEFW $6652 Left (fast)
680C DEFB $50 'P'
680D DEFW $66AA Right (fast)
680F DEFB $71 'q'
6810 DEFW $65E4 Up (slow)
6812 DEFB $61 'a'
6813 DEFW $657F Down (slow)
6815 DEFB $6F 'o'
6816 DEFW $6652 Left (slow)
6818 DEFB $70 'p'
6819 DEFW $66AA Right (slow)
681B DEFB $73 's'
681C DEFW $6CAF Sit/stand
Prev: 67FD Up: Map Next: 681E