Advertisement
Guest User

Untitled

a guest
Oct 14th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ObjSR_SG_DoMap:
  2.         lea Scalers+4.w,a1
  3.         moveq   #16-1,d2
  4.  
  5. .loop       jsr RandomNumber.w
  6.         andi.w  #$7F0F,d0
  7.         move.w  d0,(a1)+
  8.  
  9.         jsr RandomNumber.w
  10.         andi.w  #$60FF,d0
  11.         move.w  d0,d1
  12.         andi.w  #$6000,d1
  13.         cmp.w   #$6000,d1
  14.         bne.s   .ok
  15.         bclr    #13,d0
  16. .ok     move.w  d0,(a1)+
  17.  
  18.         jsr RandomNumber.w
  19.         andi.w  #$007F,d0
  20.         move.w  d0,(a1)+
  21.         dbf d2,.loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement