I search and i found a link where tinke is already compile : click here
But maybe you not talk to me.
Hello, i found that to do a lot of thing with nds games (extract sound...), i don't try it but may be it can help. Good luck ^^
No virus, don't be afraid, use the official link here : http://micutil.com/ptcutilities/top_e.html
Don't forget to install QuickTime or QTLite if you use Windows or it doesn't work.
Sometimes PTCUtilities can crash but only in certain conditions so you can avoid them. I never had a problem to have my CHRs on my PC.
Too bad that the site is gone. Luckily for you, i kept the files and upload them at this adress (will only stay 30days without download):
Have fun !
Hi,
-if i was you, i made individual pages just for the major programs or finished.
-For the concepts one, i will compil them with descriptions in a blog page.
-For the unfinished program or abandonned in a blog page too (or in the forum) and if you finish them, of course, make a page for each.
-And i don't know if there is a post limit.
Welcome, and don't be nervous, there is not a lot of people here ^^
I suppose you talk about the icons, in EDIT mode do SAVE"SPD0:ICON0", SAVE"SPD1:ICON1", SAVE"SPD2:ICON2", SAVE"SPD3:ICON3" and BGPAGE 0:SAVE"BGD0:SKINUP0", BGPAGE 0:SAVE"BGD1:SKINUP1", BGPAGE 1:SAVE"BGD0:SKINDW0", BGPAGE 1:SAVE"BGD1:SKINDW1". Now you can open these files with the character editor. (no more secrets sprites can be changed)
I think you know how to do it with one sprite. With two sprites, instead to use "IF BUTTON()== 1 THEN...", use IF BUTTON() AND 1 THEN..."
SPSET 1,...
SPSET 2,...
@MOVE
IF BUTTON() AND 1 THEN Y1=Y1-1
IF BUTTON() AND 2 THEN Y1=Y1+1
IF BUTTON() AND 4 THEN X1=X1-1
IF BUTTON() AND 8 THEN X1=X1+1
IF BUTTON() AND 16 THEN X2=X2+1
IF BUTTON() AND 32 THEN Y2=Y2+1
IF BUTTON() AND 64 THEN Y2=Y2-1
IF BUTTON() AND 128 THEN X2=X2-1
SPOFS 1,X1,Y1:SPOFS 2,X2,Y2
VSYNC 1
GOTO @MOVE
I think it works, i don't test it.
Yes and no.
Yes because lot of people who had "Petit computer", pass to the next version "SmileBasic", and "Petit computer" be no longer purchase online (so no new people can have it)
No because few persons can't or doesn't want to pass to the new version, and "Petit computer" doesn't need a server to share games like in "SmileBasic" on which the servers can shut down (until they give a solution but i don't think so)
Of course "Petit computer" can't be interesting forever, it will really die when nobody will play on 3DS (or DSi).