PDA

View Full Version : Nintendo DS Code Manager 1.2 vBeta



wraggster
September 7th, 2010, 15:38
News via http://www.nintendomax.com/viewtopic.php?t=12410&f=19&sid=56816539deb8ade4868c8e92ae107328

AlmamuPP offers the beta 1.2 of its PC utility , "Nintendo DS Code Manager". It will help you to code more easily with the Palib unfortunately only in Spanish !

Features :
* Simplified the use of functions , have prepared several actions within the program, simply select and click Add . You can also add your own codes .
* Simple function definitions to include files
* A system of actions that can be edited, deleted, or even add

An example of simplifying the program is as follows:
In PAlib to display text that we have to write something like this:


Code: Select All
# Include <PA9.h>

int main ( ) (
PA_Init ();
PA_InitText ( 0 , 0) ;
PA_InitText (1, 0);
PA_OutputSimpleText ( 0, 0 , 0 , "Hello world ! " ) ;
while (1 ) PA_WaitForVBL () ;
)

The program includes four activities PA9.ha and simply add the includes , then generate the code is only or save the project file and copy it to our main.c Then compile it only remains to prove

http://dscodemanager.at.ua/