gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/examples/gb/template_subfolders/res/dungeon_map.h
1 /*
2
3 DUNGEON_MAP.H
4
5 Map Include File.
6
7 Info:
8 Section :
9 Bank : 0
10 Map size : 32 x 32
11 Tile set : dungeon_32x32.gbr
12 Plane count : 1 plane (8 bits)
13 Plane order : Planes are continues
14 Tile offset : 0
15 Split data : No
16
17 This file was generated by GBMB v1.8
18
19 */
20
21 #define dungeon_mapWidth 32
22 #define dungeon_mapHeight 32
23 #define dungeon_mapBank 0
24
25 #define dungeon_map dungeon_mapPLN0
26 extern const unsigned char dungeon_mapPLN0[];
27
28 /* End of DUNGEON_MAP.H */
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.