Software

We want to be independent from third party coders and present you the tools written by some members from our very own staff. All programs are freeware.

GBATA

GBATA (GBA TOOL ADVANCE) is a great freeware program coded by coolhj. It's a powerfoul set of tools in one little program.
Download v0.7a English

NDSTS

NDSTS (NDS TOOL SYSTEM) is another great piece of code by coolhj, dedicated to NDS console.
Download public beta 0.2 English

eNDryptS Advanced

eNDryptS Advanced (by SolidSnake) encrypts / decrypts the secure area of commercial NDS dumps.
Download v1.2 English

MGSE

MGSE (by SolidSnake) extracts gameserials and more from different systems into a .csv file.
Download v0.6 English

GBX-NDS Header Viewer

GBX-NDS Header Viewer (by massin) Reads NDS and GB/C headers, and lists other information.
You need .NET 2.0 framework for the tool.
Download v0.3.5b English

Other files

Unofficial No-Intro PJ64 RDB v2005.06.18.
Have fun with PJ64.
Mantained by SolidSnake.

vba-over.ini file.
Version 20051224.
Mantained by Pandylib.

Hall of fame


#0459 (by A600)
#0785 (by unknown)
#0818 (by unknown)
#0834 (by unknown)
#0863 (by Zikronix)
#0896 (by A600)
#0917 (by A600)
#0925 (by A600)
#0938 (by A600)
#0940 (by Mupsy)
#0942 (by A600)
#0998 (by A600)
#1004 (by A600)
#1010 (by A600)
#1012 (by A600)
#1056 (by Binx)
#1060 (by Smix & A600)
#1084 (by A600)
#1102 (by A600)
#1126 (by Gamer-X)
#1131 (by Gamer-X)
#1135 (by BigFred)
#1138 (by coolhj)
#1140 (by BigFred)
#1143 (by BootCableUSB)
#1145 (by coolhj)
#1146 (by coolhj)
#1147 (by coolhj)
#1168 (by BigFred)
#1229 (by coolhj)
#1258 (by BigFred)
#1266 (by BigFred)
#1267 (by coolhj)
#1281 (by coolhj)
#1284 (by BigFred)
#1287 (by coolhj)
#1321 (by BigFred)
#1338 (by fREEwILL)
#1473 (by coolhj)
#1474 (by coolhj)
+ GBC intro remove by BigFred, #1189.

How to create / apply IPS patches


A nice tiny tool useful for creating and applying IPS patches is Smart IPS 1.0 by Hartec/DEXTROSE.
Download Smart IPS 1.0.

To apply "patch.ips" on the file "bad.aaa" load the IPS into field "IPS/IPS2 File" and the archive to be patched into field "Original File".
Click "Apply" button to apply the patch.

To create an IPS, load the original file into the field "Original File" and the destination file into the field "Patched File".
Type the name of the IPS you want to create into the field "IPS/IPS2 File".
Click "Create" button to create the patch.

How to create / apply BDF patches


You can use a couple of command-line tools bsdiff and bspatch.
Download bsdiff/bspatch.

To apply "patch.bdf" on the file "bad.aaa", generating "good.aaa" just type: bspatch bad.aaa good.aaa patch.bdf

To create ""patch.bdf" that generates "good.aaa" from original "bad.aaa", just type: bsdiff bad.aaa good.aaa patch.bdf