Replies: 1 comment
-
In case you want to tinker with it yourself, FlashGBX does it like so:
https://github.com/lesserkuma/FlashGBX/blob/master/FlashGBX/LK_Device.py#L3119 Here is where the OSCR switches banks:
https://github.com/sanni/cartreader/blob/master/Cart_Reader/GBA.ino#L112 So you could try replacing:
with:
Maybe it works, maybe you will have to dig a little deeper into the source code of FlashGBX to understand how to switch the bank of the 1M repro flash save type. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I attempted to obtain the save from a repro of Pokemon Emerald, but it appears that the save is only valid for the first half. The second half of the dumped save seems to be a replica of the first. So, may there be a problem with bank swapping? The cart reader works fine as I have no issue when dumping the save from an official version of Emerald.
The cartridge in question resembles the following:
Beta Was this translation helpful? Give feedback.
All reactions