Advertisement
Nightseeker

Hook code fragment

Mar 13th, 2020
1,360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         move.b  enmsx+3,d0
  2.         cmp.b   #$c1,d0
  3.         bpl.s   .play_5812
  4.         subq.b  #1,d1
  5. .play_5812:
  6.         move.b  d1,enmw7+1
  7.         move.b  #$18,enmno+1
  8.         bsr chr_move_int
  9.         rts
  10.  
  11. .play_5814:
  12.         move.b  #$84,ata_req
  13.         moveq   #$18,d1
  14.         btst    #7,joy1+1
  15.         beq.s   .play_5818
  16.         mo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement