Prev: 744c Up: Map Next: 7473
7463: Check vertical position while in mid-flight.
Used by the routine at 7526.
7463 ld a,l Update Jetman flying counter
7464 ld ($5dc8),a
7467 ld (ix+$02),h Update Jetman Y position
746a ld a,h
746b cp $c0
746d jr nc,$74bf Move up if within screen limits: 42 to 192
746f cp $2a
7471 jr c,$74c5 Check if hit top of screen
Prev: 744c Up: Map Next: 7473