Advertisement
Guest User

Sonic 2 Monitor bug fix

a guest
Sep 7th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. loc_19AC4:
  2. move.l d6,d4
  3. addq.b #2,d4
  4. btst d4,status(a0)
  5. beq.s loc_19AEA
  6. cmpi.b #2,anim(a1) ; check if in jumping/rolling animation
  7. beq.s loc_19ADC
  8. cmpi.b #$17,anim(a1) ; check if in drowning animation
  9. beq.s loc_19ADC
  10. cmpi.b #$1A,anim(a1) ; check if in hurt animation
  11. beq.s loc_19ADC
  12. cmpi.b #$1F,anim(a1) ; check if in transformation animation
  13. beq.s loc_19ADC
  14. move.w #1,anim(a1) ; use walking animation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement