home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / misc / sci / cp / source / spr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-21  |  513 b   |  28 lines

  1.  
  2. /* Image-Ed Sprite generation */
  3.  
  4. #define SpriteHeight 10
  5.  
  6. /* Sprite Palette */
  7. USHORT Palette[4]={
  8.      0x000, 0xfff, 0xc00, 0xf60
  9. };
  10.  
  11. /* Start of Sprite Data */
  12. USHORT __chip SpriteData[]={
  13.      0x0000, 0x0000,
  14.      0x8000, 0x8000,
  15.      0x0000, 0x0000,
  16.      0x1c93, 0x0000,
  17.      0x2154, 0x0000,
  18.      0x2154, 0x0000,
  19.      0x11d4, 0x0000,
  20.      0x0a54, 0x0000,
  21.      0x0a54, 0x0000,
  22.      0x7253, 0x0000,
  23.      0x0000, 0x0000,
  24.      0xffff, 0xffff
  25. };
  26. /* End of Sprite Data */
  27.  
  28. /* End of Image-Ed Sprite generation */
  29.