aboutsummaryrefslogtreecommitdiff
path: root/include/backgrounds/map.h
blob: 03c1eb5040d808b33341c306a39518bfed023c72 (plain)
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
/*

 MAP.H

 Map Include File.

 Info:
   Section       :
   Bank          : 0
   Map size      : 31 x 17
   Tile set      : Z:\var\home\matthew\Documents\Projects\flappy-gb\res\bg.gbr
   Plane count   : 1 plane (8 bits)
   Plane order   : Tiles are continues
   Tile offset   : 0
   Split data    : No

 This file was generated by GBMB v1.8

*/

#pragma once

#define BG_TILE_MAPWidth 32
#define BG_TILE_MAPHeight 18
#define BG_TILE_MAPBank 0

extern const unsigned char BG_TILE_MAP[];

/* End of MAP.H */