From b6e7e454ed6242475163dcd534051897d3c9158c Mon Sep 17 00:00:00 2001 From: lamp Date: Sun, 5 Mar 2023 21:25:03 +0000 Subject: init --- include/backgrounds/game_over_map.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 include/backgrounds/game_over_map.h (limited to 'include/backgrounds/game_over_map.h') diff --git a/include/backgrounds/game_over_map.h b/include/backgrounds/game_over_map.h new file mode 100644 index 0000000..6e861f8 --- /dev/null +++ b/include/backgrounds/game_over_map.h @@ -0,0 +1,30 @@ +/* + + GAME_OVER_MAP.H + + Map Include File. + + Info: + Section : + Bank : 0 + Map size : 10 x 7 + Tile set : + Z:\var\home\matthew\Documents\Projects\flappy-gb\res\game_over.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 + +#include "defines.h" + +#define GAME_OVER_MAPWidth 10 +#define GAME_OVER_MAPHeight 7 +#define GAME_OVER_MAPBank 0 + +extern const unsigned char GAME_OVER_MAP[]; + +/* End of GAME_OVER_MAP.H */ -- cgit v1.2.3