Files
gameboy-submarine/res/hud.h
T
2024-04-08 23:56:20 +02:00

28 lines
434 B
C

/*
HUD.H
Map Include File.
Info:
Section :
Bank : 0
Map size : 20 x 1
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 hudWidth 20
#define hudHeight 1
#define hudBank 0
extern unsigned char hud[];
/* End of HUD.H */