-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbottompause.h
More file actions
32 lines (24 loc) · 874 Bytes
/
bottompause.h
File metadata and controls
32 lines (24 loc) · 874 Bytes
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
//{{BLOCK(bottompause)
//======================================================================
//
// bottompause, 256x256@4,
// + palette 256 entries, not compressed
// + 97 tiles (t|p reduced) not compressed
// + regular map (flat), not compressed, 32x32
// Total size: 512 + 3104 + 2048 = 5664
//
// Time-stamp: 2020-04-29, 12:35:35
// Exported by Cearn's GBA Image Transmogrifier, v0.8.3
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
#ifndef GRIT_BOTTOMPAUSE_H
#define GRIT_BOTTOMPAUSE_H
#define bottompauseTilesLen 3104
extern const unsigned short bottompauseTiles[1552];
#define bottompauseMapLen 2048
extern const unsigned short bottompauseMap[1024];
#define bottompausePalLen 512
extern const unsigned short bottompausePal[256];
#endif // GRIT_BOTTOMPAUSE_H
//}}BLOCK(bottompause)