From f339ce07131f9b01c9f2f1f9b2c97387869f001a Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Tue, 4 Jan 2022 22:47:27 -0800 Subject: [PATCH] working on more build tools --- src/common_tiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common_tiles.c b/src/common_tiles.c index 47a43b0..6d8d688 100644 --- a/src/common_tiles.c +++ b/src/common_tiles.c @@ -16,4 +16,4 @@ const uint8_t COMMON_TILES[] = { void commonTilesInit() { set_bkg_data(0x00, COMMON_TILE_COUNT, COMMON_TILES); -} \ No newline at end of file +}${} \ No newline at end of file