Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)
You are not logged in.
Hi there,
i was programming a GB (the big grey box) Game. The first steps worked fine.
Now i m trying to programm a GBA Game in C.
I m missing the commands to implement the tiles for my characters, Maps... e.g.
In GB programming i had
set_sprite_data(0, 200, [tilename]);
set_bkg_data(0, 200, [tilename]);
Is there a counterpart in GBA programming?
Offline
That's really up to whatever libraries are included in the dev kit. This forum is mainly for the 8-bit GB but I'd suggest consulting the Awesome GBADev list. There you'll find links to both dev kits you can use, and communities where you are more likely to find an answer to questions.
https://github.com/gbadev-org/awesome-gbadev
Offline