#43024 - jandujar - Wed May 18, 2005 9:13 am
I'm trying to build a nds file from arm7.bin and arm9.bin.
The nds works, but I want to insert a bitmap icon so "wifime" show this icon. But I get this error from ndstool.exe
Command:
ndstool -c game.nds -b imagen.bmp "title;of;demo" -7 arm7/arm7.bin -9 arm9/arm9.bin -r7 0x02380000 -e7 0x02380000 -r9 0x02004000 -e9 0x02004000
Error:
Nintendo DS rom tool 1.13 by Rafael Vuijk (aka DarkFader)
Size: 32 x 32
Bits per pixel: 1
Colors used: 1
Error: Image should use 8-bit indexed colors
I make a bmp file with gimp mode "indexed" with 256 colors = 8 bits and I have this error.
The nds works, but I want to insert a bitmap icon so "wifime" show this icon. But I get this error from ndstool.exe
Command:
ndstool -c game.nds -b imagen.bmp "title;of;demo" -7 arm7/arm7.bin -9 arm9/arm9.bin -r7 0x02380000 -e7 0x02380000 -r9 0x02004000 -e9 0x02004000
Error:
Nintendo DS rom tool 1.13 by Rafael Vuijk (aka DarkFader)
Size: 32 x 32
Bits per pixel: 1
Colors used: 1
Error: Image should use 8-bit indexed colors
I make a bmp file with gimp mode "indexed" with 256 colors = 8 bits and I have this error.