| Someone emailed me asking for a way
to do a simple slideshow. I came up with the following code. As
usual, there are quite a few different ways this could be done.
I chose what I hope will be the easiest to understand.
Don't know how to setup the graphics for this one?
gfx2gba -D -fsrc -pbg.pal -t1 bg.bmp
NOTE: I decided to make a separate palette for each image.
You'll have to change bg.pal and bg.bmp to the other
pictures and run this again for each one.
// The Main HAM Library
#include "mygba.h"
// Graphics Includes - for each image there
is a
|