; The Enterprise (NCC 1701) ; by Chris King ("PiGuy") ctk314@yahoo.com ; I was thinking about how neat it was how the Enterprise could fire in ; multiple places at once, and it gave me a great idea for a robot. My ; Enterprise can keep track of two robots at once! ; The Enterprise is to be entered in the Light class and can be released in ; unlocked form after the tournament. #config shield=0 #config armor=5 #config engine=1 #config scanner=3 #config weapon=2 #config mines=0 #config heatsinks=1 #def aim1 #def aim2 !loop sub aim2,12 !loop1 opo 11,100 opo 14,5 sub aim1,5 sub aim2,5 opo 13,aim1 ipo 7,ax cmp ax,1500 jgr !loop2 ipo 2,ax cmp ax,160 jae !loop2 mov ax,@3 shl ax,2 add aim1,ax opo 13,aim1 opo 15,0 jls !loop3 !loop2 add aim1,12 !loop3 opo 13,aim2 ipo 7,ax cmp ax,1500 jgr !loop ipo 2,ax cmp ax,160 jae !loop mov ax,@3 shl ax,2 add aim2,ax opo 13,aim2 opo 15,0 jls !loop1