Advertisement
Guest User

Untitled

a guest
Sep 20th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         jsr (FindNextFreeObj).l
  2.         bne.s   loc_17910
  3.         move.b  #id_BossBall,0(a1)  ; #1 load swinging ball object
  4.         move.w  $30(a0),obX(a1)
  5.         move.w  $38(a0),obY(a1)
  6.         move.l  a0,$34(a1)
  7.         jsr (FindNextFreeObj).l
  8.         bne.s   loc_17910
  9.         move.b  #id_BossBall,0(a1)  ; #2 load swinging ball object
  10.         move.w  $30(a0),obX(a1)
  11.         move.w  $38(a0),obY(a1)
  12.         move.l  a0,$34(a1)
  13.         move.b  #1,$2A(a1)      ; $2A is free, so we can set it for 2nd object only
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement