#45951 - whodoo - Fri Jun 17, 2005 1:24 am
I need a good program to convert a BMP image into a gba image(to show in mode 4). Wich programs do you recomend? I dont want the program to create tiles or sprites of the image.
#46007 - Orphean - Sat Jun 18, 2005 12:35 am
gfx2gba works nicely.
gfx2gba -D -fsrc -ppicture.pal -t1 picture.bmp
Outputs C arrays with the necessary information using that command line (other options include raw and asm).