; ************************* WUMANDA ************************************* ; Author: Georg Schnabel ; ICQ-#: 93171243 ; E-Mail: georg.schnabel@mycity.at ; *********************************************************************** ; Name: Wumanda ; Version: 1.5 ; *********************************************************************** ; ___HISTORY OF WUMANDA___ ; I have been learning ATR2 for one week. So I am a really beginner. ; One day my little brother wanted me to show him how to program tanks. ; I wrote a sample bot for him and he named it Glumanda (this pokemon pet) ; Later I see the potential of this bot and improved some things and named ; it *Wumanda*. So Wumanda accrues, but there are many things to improve... ; ************************************************************************ ; IMPROVEMENT ; a simple shoot prediction ; another configuration to get by with Spee-D ; ********************************************************************* #config scanner=4 #config engine=0 #config armor=2 #config weapon=3 #config heatsinks=3 opo P_ARC,3 ;1 mov dx, 5 ;2 !start opo P_TROTATE, dx ;3 !fire ipo P_SCAN,ax ;4 cmp ax,1600 ;5 ja !start ;6 mov bx, @03 cmp @03, 0 ;7 je !bloody ;8 cmp @13, 50 ;9 jb !bloody ;10 add bx, bx ;11 ipo P_HEAT, ax ;12 cmp ax, 300 ;13 ja !nofire ;14 !bloody opo P_FIRE, bx ;15 !nofire mov dx, 5 ;16 cmp @03, 0 ;17 ja !fire ;18 neg dx ;19 jbe !fire ;20