| jetpac | Routines |
| Prev: 7412 | Up: Map | Next: 7433 |
|
Used by the routine at 74d5.
|
||||
| 7425 | ld a,($5dca) | Jetman speed modifier ($00 or $04) | ||
| 7428 | neg | |||
| 742a | add a,$08 | |||
| 742c | add a,(ix+$06) | A += Jetman Y speed | ||
| 742f | cp $3f | |||
| 7431 | jr nc,$7448 | Set vertical speed to max if >= 63 | ||
| Prev: 7412 | Up: Map | Next: 7433 |