home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Encyclopedia of Games 3
/
GAMES1000V3_d1.iso
/
arcade
/
atrobs11
/
flower.atr
< prev
next >
Wrap
Text File
|
1992-12-17
|
648b
|
40 lines
;Beginning of Robot
;Defining some data...
; Shot-Accuracy:
mov ax 0
; Turn Rate: (while shooting)
mov bx 3
:1
opo _steering 5
ipo _Scan_Enemy ay
cmp ay 1000
jgr 1
opo _set_overburn 1
:5
opo _laser ax
opo _steering bx
ipo _heat_sense cx
cmp cx 250
ja 10
jmp 5
; Fix Heat.
:10
opo _set_overburn 0
ipo _heat_sense cx
cmp cx 0
ja 10
jmp 1