aboutsummaryrefslogtreecommitdiff
path: root/include/sprites/bird.h
blob: 1964266cbc9dfd5af2995c0da219e9846dea9ca4 (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
30
31
32
/*

 BIRD.H

 Include File.

 Info:
  Form                 : All tiles as one unit.
  Format               : Gameboy 4 color.
  Compression          : None.
  Counter              : None.
  Tile size            : 8 x 8
  Tiles                : 0 to 3

  Palette colors       : None.
  SGB Palette          : None.
  CGB Palette          : None.

  Convert to metatiles : No.

 This file was generated by GBTD v2.2

*/
#pragma once

/* Bank of tiles. */
#define TileLabelBank 0

/* Start of tile array. */
extern const unsigned char BIRD_TILE_DATA[];

/* End of BIRD.H */