;Wallbomb2 I used the original wallbomb as a base, then made it much better ; ; This robot drops mines, heading for the wall. When it gets there, ; it self-destructs. Basically it throws the match, letting the other ; robot get the win... but it makes it very hard for the other robot ; to get the KILL. #config armor=5 ; consumes 2 points #config scanner=0 ; gives us 5 points #config engine=2 ; gives us 2 points #config heatsinks=0 ; gives us 1 point #config mines=5 ; consumes 5 points #config weapon=0 ; gives us 2 points #config shield=0 ; consumes 3 points opo 11 100 ; Max throttle. ;opo 24 1 ; Shield up. :100 ipo 22 ax ; Check mine count cmp ax 0 ; Compare to 0 jz 300 opo 22 12 ; Lay mine. ;opo 15 ; Fire delay 25 ; Wait 85 cpu cycles opo 22 12 ; Lay mine. delay 25 ; Wait 85 cpu cycles ;opo 14 10 :200 opo 14 20 ipo 1 ax ; Check spedometer cmp ax 0 ; Compare to ja 100 ; If faster, then loop back and drop mine. opo 14 50 opo 11 100 jmp 200 :300 opo 14 5;ax