-
Notifications
You must be signed in to change notification settings - Fork 0
/
shadowtiles_simple.c
37 lines (33 loc) · 1.45 KB
/
shadowtiles_simple.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#include "shadowtiles_simple.h"
//{{BLOCK(shadowtiles_simple)
//======================================================================
//
// shadowtiles_simple, 32x8@8,
// + 4 tiles not compressed
// Total size: 256 = 256
//
// Time-stamp: 2013-04-24, 16:29:20
// Exported by Cearn's GBA Image Transmogrifier, v0.8.6
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
const unsigned short shadowtiles_simpleTiles[128] __attribute__((aligned(4)))=
{
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,
0x0001,0x0000,0x0000,0x0000,0x0101,0x0000,0x0000,0x0000,
0x0101,0x0001,0x0000,0x0000,0x0101,0x0101,0x0000,0x0000,
0x0101,0x0101,0x0001,0x0000,0x0101,0x0101,0x0101,0x0000,
0x0101,0x0101,0x0101,0x0001,0x0101,0x0101,0x0101,0x0101,
0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,
0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,
0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,
0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,0x0101,
0x0101,0x0101,0x0101,0x0101,0x0100,0x0101,0x0101,0x0101,
0x0000,0x0101,0x0101,0x0101,0x0000,0x0100,0x0101,0x0101,
0x0000,0x0000,0x0101,0x0101,0x0000,0x0000,0x0100,0x0101,
0x0000,0x0000,0x0000,0x0101,0x0000,0x0000,0x0000,0x0100,
};
//}}BLOCK(shadowtiles_simple)