-
Notifications
You must be signed in to change notification settings - Fork 0
/
instructionsBg.h
32 lines (24 loc) · 952 Bytes
/
instructionsBg.h
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(instructionsBg)
//======================================================================
//
// instructionsBg, 256x256@8,
// + palette 256 entries, not compressed
// + 323 tiles (t|f|p reduced) not compressed
// + regular map (in SBBs), not compressed, 32x32
// Total size: 512 + 20672 + 2048 = 23232
//
// Time-stamp: 2022-12-09, 22:26:03
// Exported by Cearn's GBA Image Transmogrifier, v0.8.3
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
#ifndef GRIT_INSTRUCTIONSBG_H
#define GRIT_INSTRUCTIONSBG_H
#define instructionsBgTilesLen 20672
extern const unsigned short instructionsBgTiles[10336];
#define instructionsBgMapLen 2048
extern const unsigned short instructionsBgMap[1024];
#define instructionsBgPalLen 512
extern const unsigned short instructionsBgPal[256];
#endif // GRIT_INSTRUCTIONSBG_H
//}}BLOCK(instructionsBg)