Save dilemma in advance wars 1
Posted: Wed Dec 20, 2017 3:13 pm
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.