Different Save Types in Different Versions of the Same Region of the Game?
Posted: Tue Oct 10, 2017 8:49 pm
I have two games that have the different save types.
Â
Super Mario Bros. (J) (Hot Mario Campaign)
Â
Code: Select all
saveType=0
Â
Famicom Mini - Vol 1 - Super Mario Bros. (J)
Â
Code: Select all
saveType=1
Â
I have vba-over.ini, which I already chose saveType=1.
Â
How can I play both of these games that have the different save types, while I am using vba-over.ini?
Â
I forgot to mention that they are GBA games.