Some interim tools for FA/F2A (flash advance) SRAM manipulation

** 	use at your own risk, these programs are relatively dumb so they don't 					**
**	try to detect your card/model/whatnot, it just sends bankswitch commands in ROM area 	**
**	and reads/writes SRAM directly without any thought for no/wrong/etc carts 				**
**	You have been warned!																	**

FASsramDump.nds
- dumps 4 64k banks of SRAM to a file on the root of your slot1 memory card "sram##.bin"
	resulting in a 262144byte file, ## being 00 to start, incremented when a file with that name
	already exists.

FASsramWrite.nds
- erases sram
- writes up to 4 64k banks of SRAM from a file in the root of your slot1 card "sramwrite.bin"
	it will only write a bank if it can read the full 64k, so for banks to be written file size must be
	a multiple of 65536bytes
	-65536b
	-131072b
	-196608b
	-262144b
	anything after 262144bytes will be ignored.

	
Bankswitching source was borrowed from pogoshell-2.0b3-mod5-beta5.7
http://www.kuwanger.net/gba/pogoshell/
thanks for keeping it hosted
thanks to sasq for much of the original work on this great shell!
As always, thanks to the DevKitPro contributors and maintainers!

Source is included, asm reversed to C for the pogo bankswitch routines.

Cory1492
nds.cmamod.com
