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.

Beginners > I need your help!!!

#13151 - leonablues - Sat Dec 06, 2003 8:35 am

heya,every one!!!
i am a new comer ,a chinese ,want to design GBA games ,but there are some problems that i have to ask you for help here.
1:which software is the much better way to design it?
2:which language should i learned about ?c?c #? asm?
okay , need you help and thank you very much!!!

#13152 - leonablues - Sat Dec 06, 2003 8:49 am

well .it do is hard to learn it.too hard.
have i expected so much?
just want to make a game of chinese,
chinese words, chinese designs,chinese people,chinese music.
and hope it will be a great chinese game!!!
so ,i need all your help to continue it.
and thank you !!!

#13155 - yaustar - Sat Dec 06, 2003 2:36 pm

There is another post similar to this below.

Do you have any programming experience?
If not, don't worry about games first, learn the language. C or C++ would be the easiset out all that you listed. (ASM is too abstract for me, I will learn it some day)

The words shouldn't be too hard but the chinese alphabet is huge, you may need to find a way to compress it as such...

tutorials: www.gbajunkie.co.uk www.thepernproject.com www.gbadev.org
for c/c++ www.gametutorials.com

Programs. You need a graphics program, Paint shop pro(not free), paint(free) gimp(free) etc.
A coding environment such as Microsoft visual studio(not free) or Dev Cpp by Bloodshed(free). and the devkitadv compliar.

There are full development suites avaiable such as HAM, Dragon Basic and Catapult.

Btw, you are not asking too much but the question has been asked many times and these questions are covered in the FAQ at the top of the beginners forum.
_________________
[Blog] [Portfolio]

#13156 - sajiimori - Sat Dec 06, 2003 4:13 pm

Quote:

ASM is too abstract for me

Oh the irony... C is an abstraction of assembly language! If you have a PC and DOS or Windows, use debug.com and a tutorial to experiment. You'll start to notice that the CPU is more like a machine than anything, and it takes all the mystery out of things.

#13163 - yaustar - Sat Dec 06, 2003 8:40 pm

I cannot find that debug.com site, can you post a full link please?
_________________
[Blog] [Portfolio]

#13164 - tepples - Sat Dec 06, 2003 9:50 pm

debug.com is not a web site. Before there was a World Wide Web and before there was Microsoft Windows, '.com' was the extension used for some old "tiny model" DOS programs less than about 32 KB in size. To start Debug, pull up a command prompt, type debug, and press Enter. Then follow the instructions in a Debug tutorial such as this.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#13168 - sajiimori - Sun Dec 07, 2003 1:02 am

I remember when I first started hearing about the WWW, and I thought, "What do all these .com files do anyway?"

#13170 - leonablues - Sun Dec 07, 2003 2:29 am

thank you all.
and i think i should restart my lesson of c again.
so hard.
but must continue