#include <exec/types.h>
/*----- Sprite format: h = 32 ------ */
/*--Sprite containing lower order two planes:   */
UWORD __chip Mov[68] = {
  0x0000, 0x0000, /* VStart, VStop */
  0x4000, 0x4000,	/*  .@..............  */
  0x8000, 0x4000,	/*  oO..............  */
  0x0000, 0x0000,	/*  ................  */
  0x0000, 0x0000,	/*  ................  */
  0x8992, 0x8992,	/*  @...@..@@..@..@.  */
  0xdedb, 0xda52,	/*  @@.@@o@.o@.@o.@o  */
  0xef7b, 0xaa52,	/*  @o@.@o@o.@o@o.@o  */
  0xdf7d, 0x8a54,	/*  @o.o@o@o.@o@o@.o  */
  0xcdaa, 0x8988,	/*  @o..@o.@@.o.@.o.  */
  0x44c4, 0x0000,	/*  .o...o..oo...o..  */
  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 */

