Prev: 53F4 Up: Map Next: 54A0
53F6: Keypress vector table for Int2
Used by the routine at 54A0. These 10 bytes are copied to E500 in the keypress offset table (corresponding to keys 0-9) if Int2 is selected.
53F6 DEFB $68 0: Fire catapult
53F7 DEFB $50 1: Left (fast)
53F8 DEFB $52 2: Right (fast)
53F9 DEFB $56 3: Down (fast)
53FA DEFB $54 4: Up (fast)
53FB DEFB $68 5: Fire
53FC DEFB $50 6: Left (fast)
53FD DEFB $52 7: Right (fast)
53FE DEFB $56 8: Down (fast)
53FF DEFB $54 9: Up (fast)
Prev: 53F4 Up: Map Next: 54A0