Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loc_19AC4:
- move.l d6,d4
- addq.b #2,d4
- btst d4,status(a0)
- beq.s loc_19AEA
- cmpi.b #2,anim(a1) ; check if in jumping/rolling animation
- beq.s loc_19ADC
- cmpi.b #$17,anim(a1) ; check if in drowning animation
- beq.s loc_19ADC
- cmpi.b #$1A,anim(a1) ; check if in hurt animation
- beq.s loc_19ADC
- cmpi.b #$1F,anim(a1) ; check if in transformation animation
- beq.s loc_19ADC
- move.w #1,anim(a1) ; use walking animation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement