#174673 - ericd3742 - Thu Jul 08, 2010 4:07 am
I have been doing some looking around with the help of Google, and I have found barely anything that could help me. I am wanting to make a game for a GBA (or at least a game that works in the emulator), and i have found nowhere to start. Ive found plenty of instructions that require me to know things that i don't know, and they don't explain how to figure them out. So, i am now looking here for anyone who can help me start, or at least point me in the right direction. A step-by-step tutorial would be great, or even a program thats already made for me to create games. (by the way, i have already read the tutorial at "http://www.loirak.com/gameboy/gbatutor.php", and i started getting very confused around where is says "Explanation. Well it is easiest to start at the top. First we define some simple types that are common when programming with the GBA. u32 means unsigned (only can store positive numbers) 32 bit variable, and u16 would be a unsigned 16bit variable. These are used by the header file which is generated by pcx2gba. To insert a different picture (like one you made). All you need to do is make a picture in your favorite graphics program and then overwrite ppic.pcx (from the display.zip file) Then run from dos in the same directory as all the code, and graphics".)