; ; EXPO4b - Light Class (31 lines) ; ; Same as Expo4 exept a few changes and new config to ; make it better against Ripsaw and Vortex2. ; ; I also fixed the dodgy math in the tracking system. ; ; ; Henrik Hansson : E-mail (henrik@idgar.nu) #config scanner=4 #config weapon=2 #config armor=2 #config engine=3 mov ax 1 int 3 mov ax 32 !start opo 14 -4 opo 17 ax !scan opo 11 100 ipo 7 bx cmp bx 1500 ja !notarg cmp ax 2 je !fire mov dx @3 shl dx 2 cmp ax 32 jne !1 shl dx 2 !1 opo 12 dx shr ax 2 opo 17 ax !fire ipo 2 dx cmp dx 150 jae !move opo 15 @3 opo 12 @3 !move opo 14 32 jmp !scan !notarg opo 12 ax cmp ax 32 je !start shl ax 2 jne !start