#16015 - Killua - Fri Feb 06, 2004 10:28 am
Hi guys.
I'm currently programming a first gba demo. I do this using C, no HAM or SGADE libs, and no ASM as I can easily do C code but I'm too newb with asm to start with that...
The aim is to display a background, and a texte that slowly appears lines after lines from the top of the screen (actually even letters appearing from the top pixels to the bottom ones, just like every pixel lines are displayed one after one, would be even better). When the whole text is displayed, on keypress I switch the background and display a second text, the same way.
I want to finish this before valentine's day, as the background and text are intended for my gf :) I offered her a GBA this christmas (the third one in my house -_- GBA SP this time :p), and we bought a EZFA.
I started yesterday evening (devkitadvance, it was already installed), and currently I have 2 background displayed on keypress (J_LEFT display the 1st one and J_RIGHT the second one). And because I want to do this before valentine I don't want to jump into asm >_< I did my C code with the help of "The Pern Project".
Here is the point now :
Can you guys help me by providing some example sources/demos that does almost what I want ? I don't know yet how to display the text slowly from top to bottom, and if something like that already exists I'd like to know, It might save me a lot of time (because if I do this quickly, I may think about adding sound too). I've search many demos on this site, but too much of them are in asm too :/ I've seen AGBTTY a few minutes ago, though I'm at work and I'll check it deeper tonight ^_^
This is btw my idea, but I'm opened to suggestions, like displaying the text letter after letter (which should be easier right ?). Just tell me ^_^
Thanks a lot for any help you can provide me :)
_________________
Killua
I'm currently programming a first gba demo. I do this using C, no HAM or SGADE libs, and no ASM as I can easily do C code but I'm too newb with asm to start with that...
The aim is to display a background, and a texte that slowly appears lines after lines from the top of the screen (actually even letters appearing from the top pixels to the bottom ones, just like every pixel lines are displayed one after one, would be even better). When the whole text is displayed, on keypress I switch the background and display a second text, the same way.
I want to finish this before valentine's day, as the background and text are intended for my gf :) I offered her a GBA this christmas (the third one in my house -_- GBA SP this time :p), and we bought a EZFA.
I started yesterday evening (devkitadvance, it was already installed), and currently I have 2 background displayed on keypress (J_LEFT display the 1st one and J_RIGHT the second one). And because I want to do this before valentine I don't want to jump into asm >_< I did my C code with the help of "The Pern Project".
Here is the point now :
Can you guys help me by providing some example sources/demos that does almost what I want ? I don't know yet how to display the text slowly from top to bottom, and if something like that already exists I'd like to know, It might save me a lot of time (because if I do this quickly, I may think about adding sound too). I've search many demos on this site, but too much of them are in asm too :/ I've seen AGBTTY a few minutes ago, though I'm at work and I'll check it deeper tonight ^_^
This is btw my idea, but I'm opened to suggestions, like displaying the text letter after letter (which should be easier right ?). Just tell me ^_^
Thanks a lot for any help you can provide me :)
_________________
Killua