home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / TPP1SRC.ZIP / BALLDATA.INC < prev    next >
Encoding:
Text File  |  1996-04-30  |  284 b   |  14 lines

  1. ;
  2. ; Bouncing balls data for TPP's intro #1.
  3. ; Nr of balls: 2
  4. ;
  5. ; Structure: VGA pos X & Y, X 'speed' and Y 'speed' (byte 2 & 1, respectively).
  6.  
  7. Balldata  dw 170
  8.           dw (320*170)
  9.           db 00000000b
  10.  
  11.           dw 132
  12.           dw (320*132)
  13.           db 00000010b
  14.