28 lines
476 B
C
28 lines
476 B
C
/*
|
|
|
|
HELLOWORLD.H
|
|
|
|
Map Include File.
|
|
|
|
Info:
|
|
Section :
|
|
Bank : 0
|
|
Map size : 10 x 2
|
|
Tile set : C:\users\normanbos\Desktop\alphabet.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
|
|
|
|
*/
|
|
|
|
#define helloWorldWidth 10
|
|
#define helloWorldHeight 2
|
|
#define helloWorldBank 0
|
|
|
|
extern unsigned char helloWorld[];
|
|
|
|
/* End of HELLOWORLD.H */
|