Skip to content

zoogie/TADpole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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