#include <exec/types.h>
/*----- Sprite format: h = 32 ------ */
/*--Sprite containing lower order two planes:   */
UWORD __chip One[68] = {
  0x0000, 0x0000, /* VStart, VStop */
  0x4000, 0x4000,	/*  .@..............  */
  0x8000, 0x4000,	/*  oO..............  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x645e, 0x645e,	/*  .@@..@...@.@@@@.  */
  0xb67f, 0x9650,	/*  @.o@.@@..@o@oooo  */
  0xdf7c, 0x955c,	/*  @o.@o@o@.@o@@@..  */
  0xdefe, 0x94d0,	/*  @o.@o@o.@@o@ooo.  */
  0x6e7e, 0x645e,	/*  .@@.o@o..@o@@@@.  */
  0x322f, 0x0000,	/*  ..oo..o...o.oooo  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000 }; /* End of Sprite */

