add empty spawn map for russia
[rofl0r-openDOW.git] / sprites / frame_horizontal.c
blob33848585200cfdce89a84af88be31983880b5425
1 #include "../palpic.h"
2 #define PAL_COUNT 5
3 #define SPRITE_COUNT 2
4 #define WIDTH 36
5 #define HEIGHT 4
6 #define o 0
7 #define STRUCT_NAME frame_horizontal
9 static const struct {
10 struct palpic header;
11 prgb palette[PAL_COUNT];
12 uint8_t data[WIDTH * HEIGHT];
13 } STRUCT_NAME = {
14 { {'p', 'P', 'i', 'C', }, 1, PAL_COUNT, SPRITE_COUNT, WIDTH, HEIGHT, 0, 0 },
16 PRGB( 85, 0, 0),
17 PRGB(119, 51, 0),
18 PRGB(153, 85, 51),
19 PRGB(187, 119, 85),
20 PRGB(221, 187, 0),
24 /* sprite #000 */
25 o, 1, 2, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 2, 1, o,
26 1, 3, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 3, 1,
27 /* sprite #001 */
28 1, 3, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 3, 1,
29 o, 1, 2, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 2, 1, o,
34 #undef o
35 #undef PAL_COUNT
36 #undef SPRITE_COUNT
37 #undef WIDTH
38 #undef HEIGHT
39 #undef STRUCT_NAME