Nintendo DS Code Manager: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 11: Line 11:
}}  
}}  


This program aims to help developers create their Homebrew in a
Nintendo DS Code Manager (Spanish) is a program that aims to help developers create homebrews with a simple graphical interface. It creates "rooms" (commonly called functions) that allos you to include source code files in a simple way.  
with a simple graphical interface. It creates "rooms" (commonly called functions) and include source files.  


If you need more action can simply create your own within the program
To simplify the use of functions, there are several actions included within the program, simply choose add to use them or you can write your own codes.
and use them whenever you want.


It was participated in the Scenery Beta 2010, Applications PC division.
It was participated in the [https://nds.scenebeta.com/noticia/nintendo-ds-code-manager Scenery Beta 2010], Applications PC division.


==Features==
==Features==
*Simplified use of functions, have prepared several actions within the program, simply elejirlas and click Add. You can also add your own codes.
* Simplified the use of the functions.
*Simple function to include files with definitions
* Simple function to include files with definitions.
*System actions which can be edited, deleted or even add new custom
* System of actions which can be edited, eliminated or even add new personalized ones.


==Installation==
==Installation==
#Download and extract file
Download and extract file.
#Run Install Manager.exe Nintendo DS Code and follow the steps


To uninstall just go Control Panel-> Add or Remove Programs (Programs and Features in Windows Vista / 7)
Run Install Manager.exe Nintendo DS Code and follow the steps.
 
To uninstall just go Control Panel > Add or Remove Programs (Programs and Features in Windows Vista/7).


==User guide==
==User guide==
An example to simplify the program is as follows:
An example of what the program simplifies is as follows.
In PAlib to display text that we have to write something like this:
 
In PAlib, to display text you must write something like this:


code:
  # Include <PA9.h>
  # Include <PA9.h>
   
   
Line 45: Line 44:
  )
  )


The program includes four actions simply add PA9.ha and understands, then generate the code only or save the project file and copy it to our main.c. Then compile it only remains to prove.
With the program you simply include 4 actions and add PA9.h to the includes, then generate the code (or save the project file) and copy it to your main.c. The remaining part is to compile your homebrew and to test it.
 
==Changelog==
==Changelog==
'''Beta 3'''
'''Beta 3'''
*Now you can use global variables.
* Now you can use global variables.
*Now you can add define.
* Now you can add define.
*You can change the name of the function at any time.
* You can change the name of the function at any time.
*Fixed bugs and added several subwindows with keyboard shortcuts for these.
* Fixed bugs and added several subwindows with keyboard shortcuts for these.
*Added option to save the generated code in a *. C
* Added option to save the generated code in a *. C
*Optimized code internally.
* Optimized code internally.
*Fixed a critical error with actions.
* Fixed a critical error with actions.
*Added system variables to make it easy to use actions.   
* Added system variables to make it easy to use actions.   
 


[[Category:Homebrew applications]]
<br>
[[Category:DS homebrew applications]]
[[Category:PC utilities for DS]]

Revision as of 05:55, 28 May 2021

Nintendo DS Code Manager
File:Ndscodemanagerbeta3.jpg
General
Author(s)Almamu
TypePC utilities
VersionBeta 3 Universal Edition
LicenceMixed
Links
[Media:Ndscodemanagerbeta3.rar Download]
Website
Advertisements

<htmlet>adsense</htmlet>


Nintendo DS Code Manager (Spanish) is a program that aims to help developers create homebrews with a simple graphical interface. It creates "rooms" (commonly called functions) that allos you to include source code files in a simple way.

To simplify the use of functions, there are several actions included within the program, simply choose add to use them or you can write your own codes.

It was participated in the Scenery Beta 2010, Applications PC division.

Features

  • Simplified the use of the functions.
  • Simple function to include files with definitions.
  • System of actions which can be edited, eliminated or even add new personalized ones.

Installation

Download and extract file.

Run Install Manager.exe Nintendo DS Code and follow the steps.

To uninstall just go Control Panel > Add or Remove Programs (Programs and Features in Windows Vista/7).

User guide

An example of what the program simplifies is as follows.

In PAlib, to display text you must write something like this:

# 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 ();
)

With the program you simply include 4 actions and add PA9.h to the includes, then generate the code (or save the project file) and copy it to your main.c. The remaining part is to compile your homebrew and to test it.

Changelog

Beta 3

  • Now you can use global variables.
  • Now you can add define.
  • You can change the name of the function at any time.
  • Fixed bugs and added several subwindows with keyboard shortcuts for these.
  • Added option to save the generated code in a *. C
  • Optimized code internally.
  • Fixed a critical error with actions.
  • Added system variables to make it easy to use actions.


Advertising: