jetpac | Routines |
Prev: 73f1 | Up: Map | Next: 7425 |
Used by the routine at 743e.
|
||||
7412 | call $735e | Check if THRUST button pressed (Joystick or Keys) | ||
7415 | bit 1,a | Set Jetman to down position if not thrusting | ||
7417 | jp nz,$74d5 | |||
741a | res 7,(ix+$00) | Jetman direction is DOWN or WALKing | ||
741e | bit 7,(ix+$04) | |||
7422 | jp nz,$74e0 | Flip vertical direction if moving down |
Prev: 73f1 | Up: Map | Next: 7425 |