Prev: 739e Up: Map Next: 73d1
73c3: Increase Jetman horizontal speed.
Used by the routine at 7501.
Input
IX Jetman object.
73c3 ld a,($5dca) Jetman speed modifier ($00 or $04)
73c6 neg
73c8 add a,$08
73ca add a,(ix+$05) A += Jetman X speed
73cd cp $40
73cf jr nc,$73d6 Jump if speed >= max
Prev: 739e Up: Map Next: 73d1