Endless Paradigm

Full Version: VBA Trading
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When i try to trade with myself in vba, the first vba loads correctly, but when i open the second vba the rom dosent open my saved file.
for example. The first vba opens pokemon ruby with all my pokemon and badges intact.... The second vba opens a brand new game and ignores my saved file (0 pokemon 0 badges and i have to make my character all over again.) anyone know how it fix this? please help me
I believe it looks for a different save file to prevent two instances of VBA trying to write to the same file.  Save from the second VBA to see what the filename is, then overwrite it with the save from the first VBA.
Super Hero Solar-kun Wrote: [ -> ]I believe it looks for a different save file to prevent two instances of VBA trying to write to the same file.  Save from the second VBA to see what the filename is, then overwrite it with the save from the first VBA.

oh my god that was so simple....thanks Madwin ...... im so stupid Facepalm
Reference URL's