Save dilemma in advance wars 1

This particular forum is archives, bug reports should be made at https://github.com/visualboyadvance-m/v ... e-m/issues


Post Reply
nmego
Junior Member
Posts: 1
Joined: Wed Dec 20, 2017 3:10 pm

Save dilemma in advance wars 1

Post by nmego »

So I had my VBA savetype as EEPROM Flash 128K, and started Advance Wars 1, every time I tried to save in-game, and reload it, it just creates a new game.

 

Code: Select all

So I settled for save-states and I went pretty far in the game, beating the campaign.

 

Code: Select all

And after I've done all that, after some screwing around I found out that it does save with Automatic Flash 64K.

 

Code: Select all

I started a new game, saved in a VS Map, and after restarting the game, I've noticed that everything works fine..

 

Code: Select all

So I tried to load my savestate and save the game from there.


After I reloaded the savestate, It brought me back to new game again.

 

Code: Select all

I think the savestate is stuck as "EEPROM Flash 128K". Is there's a way to convert between EEPROM Flash 128k and Automatic 64K?

 

Code: Select all

If not, how can I bypass this problem? I don't want to start a new game.
Post Reply