Jump to content

Home

GBA Development


mxbx

Recommended Posts

Has anyone here attempted development of an adventure game for the Gameboy Advance? Two of my friends and I were considering starting a project for the lil' bugger soon. Anyone have any experience with it yet?

 

:jawa

Link to comment
Share on other sites

I haven't heard of an independent amateur company going into the console realm, but it definitely sounds like an interesting prospect. I don't know how supportive of amateur development the platform is. It seems like it'd be difficult to get all the equipment (cartridges, etc.), but I wish you the best of luck!

Link to comment
Share on other sites

It's an interesting idea, letting amature game developers create their own games for consoles. However, I believe that you have to pay for a GBA development kit, and Nintendo are very selective about who they give them to, so at the moment i don't know how possible it would be.

Link to comment
Share on other sites

Yeah, the Nintendo Dev. Kit is expensive (to say the least.) But, there are non-licensed kits that contain re-writable test cartridges, there are emulators to test code on the computer and there are compilers for both assembly and c freely available on the internet. In fact, the cartridge-writing kit (about $200 US) isn't really necessary (although it helps significantly in getting animation timing done), bringing the cost down to time.

If it turns out that the idea itself is enough to sell the game (it won't be) and a company decides to fund the project, then a Nintendo kit is probably the better choice. But a couple hundred dollars and plenty of time is all that it really takes*.

 

 

:jawa

 

Eat chips and pretend they're fried potatoes,

Max Bax

 

* as long as your team is located in a country w/ no laws requiring that workers recieve payment

Link to comment
Share on other sites

  • 4 months later...

You can buy a flash linker. http://www.gamegizmo.com is a nice place to get them since lik-sang was shut down by M$.

 

I just ordered my 128m flashkit from gamegizmo last night, I'll let you know when it's arrived and how it went.

 

For developing, you have plenty of choices. Go to http://www.gbadev.org and http://www.devrs.com/gba and you get all the info you need. No need to purchase an original gba dev kit, as plenty of people have made their own tools and compilers. There are assembler and c compilers. http://www.thepernproject.com is a nice place for tutorials on programming games in c for the gba, though it hasn't been updated for a while. http://snow.prohosting.com/gbaguy/gbaasm.htm for assembler tutorials.

 

Speaking of adventures on them: I'm planning on coding one sometime. I worked on a small demo of mi2 on the gbc, but I didn't know much coding back then.

 

Cheers.

Link to comment
Share on other sites

I have seen some free development kits over there, most of them based upon GCC (The awesome free compiler), and some kind of small lC libraries to gain access to built-in ROM facilities of consoles (mainly for the PSX). I can't ensure it for the GBA, but I think it exists. You can use a GBA emulator in order to test the generated code, there are some good ones.

Just hit Google ans search something similar to "PSX gcc" or "GBA gcc" and good luck!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...