home *** CD-ROM | disk | FTP | other *** search
/ 300 Favorite Games / 300GAMES.iso / 316 / flower.atr < prev    next >
Text File  |  1992-12-17  |  648b  |  40 lines

  1. ;Beginning of Robot
  2.  
  3.  
  4. ;Defining some data...
  5.  
  6. ; Shot-Accuracy:
  7.   mov     ax      0
  8. ; Turn Rate: (while shooting)
  9.   mov     bx      3
  10.  
  11.  
  12. :1
  13.  
  14.         opo     _steering       5
  15.         ipo     _Scan_Enemy     ay
  16.         cmp     ay              1000
  17.         jgr     1
  18.  
  19.         opo     _set_overburn   1
  20.  
  21. :5
  22.  
  23.         opo     _laser          ax
  24.         opo     _steering       bx
  25.  
  26.         ipo     _heat_sense     cx
  27.         cmp     cx      250
  28.         ja      10
  29.  
  30. jmp     5
  31.  
  32.  
  33. ; Fix Heat.
  34. :10
  35.         opo     _set_overburn   0
  36.         ipo     _heat_sense     cx
  37.         cmp     cx      0
  38.         ja      10
  39. jmp     1
  40.