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.

DS development > Help! Setting the game Icon and text

#132075 - yellowstar - Sat Jun 23, 2007 3:39 am

I need some help with setting a homebrew game's icon and text.

I am trying to do this with a
project that is a normal am9 project.
(It uses the default arm7 like most of the devKitPro examples.)

I am trying somthing similar to this:
ndstool game.nds -b logo.bmp "Title;Yellowstar;"

I also tried this:
ndstool -b game.nds logo.bmp "Title;Yellowstar;"

But neither works.

#132082 - tepples - Sat Jun 23, 2007 5:35 am

The command line that my program uses looks like this:
Code:
ndstool -c game.nds -9 arm9.bin -7 arm7.bin -b logo.bmp "Line 1;Line 2;Line 3"

You don't add the logo and title after you build the .nds; you add it while you build the .nds.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#132636 - pas - Thu Jun 28, 2007 9:56 am

Can't you still edit it afterwards too ?
This Tool should be capable of doing so: http://www.fileden.com/files/2007/6/27/1217213/romer%202/RomeR_Beta2.zip
_________________
Starcraft DS ?