jetpac | Routines |
Prev: 74bf | Up: Map | Next: 74d5 |
Used by the routine at 7463.
|
||||
74c5 | set 7,(ix+$04) | Set Jetman to be moving down | ||
74c9 | ld a,(ix+$06) | Jetman Y speed | ||
74cc | srl a | |||
74ce | jr z,$7473 | Jetman collision detection if A was $00 or $01 | ||
74d0 | ld (ix+$06),a | Update Jetman Y speed | ||
74d3 | jr $7473 | Jetman flight collision detection |
Prev: 74bf | Up: Map | Next: 74d5 |