copy /b savefile1.sav+savefile1.sav newsavefile.sav
Usually, the card's firmware should just read the save data itself. That means that the flashcard would just skip over the duplicate data, ergo, just renaming it should sufficeThere are ways of doing that. The only one I got working years ago, was a method of commandline copying itself a save to double its filesize. ie 128KB eeprom VBA save into a 256KB raw eeprom.
found it!
Code:copy /b savefile1.sav+savefile1.sav newsavefile.sav
Then you put newsavefile.sav on the flashcard, run game, let it detect savefile, then save again.
Usually, the card's firmware should just read the save data itself. That means that the flashcard would just skip over the duplicate data, ergo, just renaming it should sufficeThere are ways of doing that. The only one I got working years ago, was a method of commandline copying itself a save to double its filesize. ie 128KB eeprom VBA save into a 256KB raw eeprom.
found it!
Code:copy /b savefile1.sav+savefile1.sav newsavefile.sav
Then you put newsavefile.sav on the flashcard, run game, let it detect savefile, then save again.
My SuperCard miniSD reads my VBA saves fine, and my GBA flashcards (EFA and EZ-IV) do that as well.
Renaming doesn't work - when I've renamed my Pkmn Emerald save, there was info about error after loading screen.
I have r4 with 3in1. I've used gba exp, but I can also run roms directly from flashcard and it's easier and faster, but I need *gba.sav :/