home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
new
/
gfx
/
edit
/
tsmorph
/
src
/
cursor
/
xmov.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-05-02
|
2KB
|
40 lines
#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 */