Archive for the 'NDS Homebrew' Category

iprintf escape seqeuences

clear screen: “\x1b[2J”
set pos “\x1b[Y;XH”

Read Full Post »

Video Modes ( dev-scene.com )

http://www.dev-scene.com/NDS/Tutorials_Day_2#2D

Read Full Post »

VRAM Table ( dev-scene.com )

http://www.dev-scene.com/NDS/NDS_Tutorials_VramTable

Read Full Post »

sox syntax…

Convert wav file to raw data:
sox gong.wav -s gong.raw
-s converts signed to unsigned data ( I think )

Read Full Post »

gfx2gba syntax…

BMP ( 8BPP Indexed Color ) to raw image data and palette:
gfx2gba -pPalette -fraw -c256 image.bmp
-x = no palette conversion/optimization
( Palette is the Filename of the palette )
Tiled gfx:
gfx2gba -ppalette -T16 -t8 -c256 image.bmp
-t8 = tilesize 8px
-T16=meta tile size 16px

Read Full Post »

Dicvorering NDS Homebrew

This blog contains ‘Notes to myself‘ about things I tend to forget, so just ignore it…

Read Full Post »

Back to Top