Releases: LutzenH/bmp2gba
Releases · LutzenH/bmp2gba
bmp2gba v0.4
- Improve feedback on failure
- Add ability to change tile and palette array names
bmp2gba v0.3
- Add H&V tile flip reduction
bmp2gba v0.2
- Add parsing of cli options. Usage:
bmp2gba.com --transparent-color FF00FF --brute-force-count 250000 > bg_data.c
bmp2gba v0.1
Initial release of bmp2gba. Simply place the bmp2gba.com
binary in the folder containing your .bmp
background images and redirect the output to a file, for example: ./bmp2gba.com > bg_data.c
.