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.
Is there a way to not have the text be on the very first line? I tried using printf and \n but it doesn't seem to work initially, and then it does later on. Why is this?
http://www.atari2600land.com/oranges5.c
Offline
I found a workaround:
printf(" "); printf(" "); printf(" ");
It's dumb, but it does what I wanted it to.
Offline