Skip to content

Commit 4bed22b

Browse files
authored
Add banner to README.md
1 parent 64c2b8b commit 4bed22b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img alt="bmp2gba" src="https://user-images.githubusercontent.com/46445220/188315122-ba1086d3-704f-441c-86ff-e07fe7e3063c.png">
2+
13
# bmp2gba
24

35
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`

0 commit comments

Comments
 (0)