DSiWare export manager for 3ds
Go to file
zoogie 51760bca20 Create TADpole.py
Restore this for the sake of reference.
2019-01-30 02:39:11 -06:00
include Port from Python to C 2019-01-20 05:17:51 -06:00
resources Port from Python to C 2019-01-20 05:17:51 -06:00
source small fixes 2019-01-24 01:01:04 -06:00
_dump.bat Port from Python to C 2019-01-20 05:17:51 -06:00
_rebuild.bat Port from Python to C 2019-01-20 05:17:51 -06:00
LICENSE Port from Python to C 2019-01-20 05:17:51 -06:00
Makefile small fixes 2019-01-24 01:01:04 -06:00
README.md Update README.md 2019-01-20 05:43:52 -06:00
TADpole.py Create TADpole.py 2019-01-30 02:39:11 -06:00

What is this?

A program that allows you to dump the contents of a 3ds dsiware export, modify them, and rebuild to an importable .bin file.

Requirements

  • Windows - compiling to Linux & Mac should be easy given there are no dependancies here though
  • A DSiWare export from your target console - one the utilizes a save file is preferable. The filename must be in the format: <8 digit hex>.bin Ex. 484E4441.bin)
  • A movable.sed from your target console placed in your /resources folder

Usage

Basic Command Line usage is:

Dump
TADpole (8-digit hex).bin d
Rebuild
TADpole (8-digit hex).bin r

Additional Notes

  • If you perform a System Transfer from console A to console B, the movable.sed from console A (pre-transfer) will be identical to the movable.sed for console B (post-transfer).

Thanks

Libraries used