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 Misc > How do I convert .nds to .ds.gba?

#116694 - Dox-999 - Sun Jan 28, 2007 1:40 pm

How do I convert .nds to .ds.gba, is there a special tool that I can download?

Thanks,
-Dox

#116695 - FAST6191 - Sun Jan 28, 2007 2:00 pm

I use a program called DSbuild to do it although you can grab a copy of the header (no link offhand) and use copy /b (assuming you are using an MS operating system)

DSBuild:
comes as part of devkitpro:
http://sourceforge.net/projects/devkitpro/
http://cvs.sourceforge.net/viewcvs.py/devkitpro/tools/nds/dsbuild/
My mirror (older version):
http://www.4shared.com/file/2228491/ef07d789/dsbuild.html

#116696 - Lick - Sun Jan 28, 2007 2:08 pm

dsbuild my.nds -o my.ds.gba

I think..
_________________
http://licklick.wordpress.com

#116697 - Dox-999 - Sun Jan 28, 2007 2:16 pm

ok thx :)