; +-------------- ; | Hideaway Lite ; by Chris King ("PiGuy") ctk314@yahoo.com ; Hideaway seems to have been my most successful series of robots, and so I ; figured, "Why not make a light version of Hideaway?" So I did. However, ; their only similarity is the fact that they both hide in a corner. Because ; of his simple scanner routine, Hideaway Lite doesn't survive well in a ; corner one-on-one, so I made him dynamic - when there's only a few robots ; left, he starts running in a circle and firing away. Because the point of ; the Royal Rumble contest is not who is the best killer but who is the best ; survivor, Hideaway Lite's hiding routine keeps him alive until the last few ; robots are left. ; Hideaway Lite 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=2 #config scanner=3 #config weapon=2 #config mines=0 #config heatsinks=0 int 7 sub ax,@1 opo 14,ax !loop opo 12,-12 !loop1 opo 11,100 int 10 cmp dx,4 jbe !loop2 ipo 7,ax cmp ax,1500 jgr !loop ipo 2,ax cmp ax,80 jae !loop opo 12,@3 opo 15,0 jls !loop1 !loop2 opo 12,-15 !loop3 opo 11,95 opo 14,3 ipo 7,ax cmp ax,1500 jgr !loop2 ipo 2,ax cmp ax,160 jae !loop2 mov ax,@3 shl ax,2 ;sub ax,3 opo 12,ax opo 15,0 jls !loop3