Time to get set up!
Barring a quick diversion into a charged thread on how good or not good GBDK is (spoiler: it’s good enough for me!), I got the tools set up.
Pretty simple so far. Grabbed the latest win32 GBDK, extracted it somewhere sane for command-line work, nabbed a recommended emulator called bgb and tested it all by compiling the examples. So far so good…
So let’s see if I can get some code running.
#include <gb/gb.h>
#include <gb/drawing.h>
void main() {
gprintf("Hello world");
}
aaand…
So the tools work. I guess the rest is up to me…
Time Spent: about 45 minutes