gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Coding > My GBA homebrew game - Balanced Diet

#177300 - smccd - Sun Apr 01, 2012 2:55 pm

I have created a GBA game called Balanced Diet. You can find it at

http://sebastianmihai.com/main.php?t=41

#177301 - headspin - Sun Apr 01, 2012 6:04 pm

So when you lose the game you get a heart attack? O_O
_________________
Warhawk DS | Manic Miner: The Lost Levels | The Detective Game

#177322 - wintermute - Sun Apr 08, 2012 1:22 am

Not always, apparently a diet that's too bland makes you hate life :p

smccd, amusing little game, not bad for a beginner.

You really should consider using devkitARM rather than devkitadv - the latter hasn't been updated since 2003. The newest devkitARM should be out sometime this week

I've taken the liberty of rearranging your sources slightly for a standard devkitARM setup, using proper makefiles (make.bat doesn't really qualify)

Windows installer for devkitARM is at https://sourceforge.net/projects/devkitpro/files/Automated%20Installer/

Your converted project files are at http://devkitpro.sf.net/sebastian.zip
_________________
devkitPro - professional toolchains at amateur prices
devkitPro IRC support
Personal Blog

#177323 - smccd - Sun Apr 08, 2012 1:05 pm

Or you can starve if you take too long to choose what to eat :)

Thanks for the converted sources and advice, I will definitely take a look!