Data |
Prev: 26621 | Up: Map | Next: 26654 |
Used by the routine at 26471. The entries in this table are pointed to by the the entries in the keypress offset table at 26656. Another table of ASCII codes and routine addresses can be found at 26752. For more details, see the keypress table.
|
||||
26624 | DEFB 32 | ' ' (SPACE) | ||
26625 | DEFW 26449 | Do nothing | ||
26627 | DEFB 81 | 'Q' | ||
26628 | DEFW 26084 | Up (fast) | ||
26630 | DEFB 65 | 'A' | ||
26631 | DEFW 25983 | Down (fast) | ||
26633 | DEFB 79 | 'O' | ||
26634 | DEFW 26194 | Left (fast) | ||
26636 | DEFB 80 | 'P' | ||
26637 | DEFW 26282 | Right (fast) | ||
26639 | DEFB 113 | 'q' | ||
26640 | DEFW 26084 | Up (slow) | ||
26642 | DEFB 97 | 'a' | ||
26643 | DEFW 25983 | Down (slow) | ||
26645 | DEFB 111 | 'o' | ||
26646 | DEFW 26194 | Left (slow) | ||
26648 | DEFB 112 | 'p' | ||
26649 | DEFW 26282 | Right (slow) | ||
26651 | DEFB 115 | 's' | ||
26652 | DEFW 27823 | Sit/stand |
Prev: 26621 | Up: Map | Next: 26654 |