| jetpac | Routines | 
| Prev: 74a1 | Up: Map | Next: 74bf | 
| 
 
Used by the routine at 7473.
 
 | 
||||
| 74a7 | res 7,(ix+$04) | Set Jetman to be standing still | ||
| 74ab | ld a,(ix+$00) | Jetman direction | ||
| 74ae | and $c0 | Reset FLY and WALK bits | ||
| 74b0 | or $02 | Now set movement to WALK | ||
| 74b2 | ld (ix+$00),a | Update Jetman direction to be walking | ||
| 74b5 | ld (ix+$05),$00 | Set Jetman X speed to stopped | ||
| 74b9 | ld (ix+$06),$00 | Set Jetman Y speed to stopped | ||
| 74bd | jr $7492 | Redraw Jetman | ||
| Prev: 74a1 | Up: Map | Next: 74bf |