You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I know there is a thread regarding this already but there isn't a solution to it and I would really appreciate if you could give me a pointer on how to solve this as I'm going crazy trying to find out how.
When you have a .sav file from the Virtual Boy Advance, it saves it at 64kb. When you try to inject this .sav file into the 3ds, it fails which I assume is because the default file size is 32kb.
What would be the most efficient way to change the VBA .sav file from 64kb to 32kb in order to let me inject it with godmode9?
Thanks alot.
The text was updated successfully, but these errors were encountered:
Hex edit. Sometimes emulators will pad the save files with all 0xFF or 0x00 bytes to make save files consistently similar sizes. If the GBA VC is saying a save file needs to be 32kb, just delete all bytes after that point in the larger save file. Also, sometimes you need to do a 64-bit byte flip to get a save to work. Easy to tell if you need to by comparing the save files from VBA and from GBA VC.
Simply truncate the file. Use a hex editor, and I'm also pretty sure there are tools out there that can further automate / simplify the process for you. Maybe there even is a VBA setting to limit the size of the save file (everything beyound 32kB is not used anyways). GodMode9 does check the size for a reason, so this won't be changed in GM9.
Hello, I know there is a thread regarding this already but there isn't a solution to it and I would really appreciate if you could give me a pointer on how to solve this as I'm going crazy trying to find out how.
When you have a .sav file from the Virtual Boy Advance, it saves it at 64kb. When you try to inject this .sav file into the 3ds, it fails which I assume is because the default file size is 32kb.
What would be the most efficient way to change the VBA .sav file from 64kb to 32kb in order to let me inject it with godmode9?
Thanks alot.
The text was updated successfully, but these errors were encountered: