From 4bed22b58133bc87cfcceb2a62d715cc5c41ced1 Mon Sep 17 00:00:00 2001 From: LutzenH <46445220+LutzenH@users.noreply.github.com> Date: Sun, 4 Sep 2022 15:09:08 +0200 Subject: [PATCH] Add banner to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0285a9..9f48c82 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +bmp2gba + # bmp2gba bmp2gba is a tool for homebrew GBA development written in C99 that converts a folder of .bmp files into a single c-file containing 4bpp tile, palette and map data for the GBA. The c-file is printed to stdout. Simply place the `bmp2gba.com` binary in the folder containing the `.bmp` files and pipe the output of stdout into a file. For example: `./bmp2gba.com > bg_data.c`