mirror of
https://github.com/mars3142/gb-snake.git
synced 2026-03-13 03:52:40 +00:00
updated makefile
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
#include <gb/gb.h>
|
||||
#include <stdint.h>
|
||||
#include "splash_screen.h"
|
||||
|
||||
#define TILEMAP_WIDTH_IN_TILES (splash_screen_WIDTH >> 3)
|
||||
#define TILEMAP_HEIGHT_IN_TILES (splash_screen_HEIGHT >> 3)
|
||||
|
||||
void main()
|
||||
{
|
||||
///
|
||||
SHOW_BKG;
|
||||
set_bkg_data(0, splash_screen_TILE_COUNT, splash_screen_tiles);
|
||||
set_bkg_tiles(0, 0, TILEMAP_WIDTH_IN_TILES, TILEMAP_HEIGHT_IN_TILES, splash_screen_map);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user