PDA

View Full Version : VBA Question


pryko1987
December 8th, 2008, 05:56 PM
I've been playing a game on 1 computewr using the VBA 1.8 BETA vesrion, but at home on my own PC can only run the 1.72 version, is it possible at all to run the .sgm from the newer version on the older version? Or anyway at all of running my saved game on the older version?

I've started using the VBA Link emulator now for my game, but when i save, it is saving as a .sa1 and a .sg1 file, what is the difference between these and a .sgm file, which is the only thing i can load?

Ok, it turns out i managed to rename the .sg1 file to .sgm and it works, but i have another problem now with it, when i link the games together, i keep getting a problem saving, saying i need to replace the backup memory. How do i get around this problem?

Sideburns
December 9th, 2008, 01:10 AM
I don't think that the .sgm files from newer versions of VBA work on older versions. However, if you take the battery save file (.sav) and use that on the older version it should still work.

pryko1987
December 9th, 2008, 06:07 PM
I tried that also, but it didn't seem to work, i just got the normal message about the 1m circuit not being found

Sideburns
December 10th, 2008, 03:50 PM
Well that is game specific. You have to make a separate .ini file. You can make it in Notepad or any other text editing program.

Now you have to type in these values for the game that you're playing:

Pokemon - Emerald Version (UE)
[BPEE]
rtcEnabled=1
flashSize=131072

Pokemon - Fire Red Version (UE)
[BPRE]
flashSize=131072

Pokemon - Leaf Green Version (U)
[BPGE]
flashSize=131072

Make sure you save the file in the same directory as the VBA.exe. This .ini will cause the emulator to use the proper save type.

Blazichu
December 11th, 2008, 01:38 AM
I tried that also, but it didn't seem to work, i just got the normal message about the 1m circuit not being found

If your getting problems with the Circuit Board then you need to set your emulator to Flash 128K, by going Options > Emulator > Save Type > Flash 128K.