Prev: 6820 Up: Map Next: 688C
6880: 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 entries in the keypress offset table at 6820. Another table of ASCII codes and routine addresses can be found at 6800. For more details, see the keypress table.
6880 DEFB $77 'w'
6881 DEFW $F650 Write
6883 DEFB $68 'h'
6884 DEFW $F492 Hit
6886 DEFB $6A 'j'
6887 DEFW $F499 Jump
6889 DEFB $66 'f'
688A DEFW $F46E Fire catapult
Prev: 6820 Up: Map Next: 688C