Where is your god now eh?
lol I was wondering when you'd show up in this thread F417H
the second coming will arrive eventually, no one knows the day or time but it'll happen.
Where is your god now eh?
That seems complicated. So you're saying to get a working emuNAND copy of 7.1 before updating the Gateway card?
I've purchased an e-shop game (Dual Destinies) with an emuNAND, but not the latest version though (I think I currently have Firmware 6.XX). How would I go about updating the emuNAND to the latest version with a different card while still being able to play e-shop games I've purchased while running emuNAND?
Lastly, can someone clarify what this means:
After updating the FGPA with the OMEGA Firmware, you cannot downgrade back to 1.2 (Games do not work.) or 2.0 beta 1&2.
Specifically, "Games do not work."
Well, I'm able to back up my pokeY save and restore it to my game file. Pretty Cool.
Even works when the rom is played on another system but unfortunately, didn't work when transferred to the physical cartridge. The Powersave upload service refused to patch it as well.
But at least we can now back up our poke saves and possibly even trade them.
Just run the script in the same directory as the rom (named EK2A.3DS) and follow the directions. I've only tested this on PokeY USA, so not sure if it works with other regions/versions as the save offset could be different. DON'T use trimmed roms. Have fun.
Code:save_offset=0x77280000 #for pokemon Y USA, no guarantees for any other version #use at your own risk, make backups enter=input("Please enter:\n\n 1 to backup save (EK2A.3DS -> EK2A.SAV)\n 2 to write save to game (EK2A.SAV -> EK2A.3DS)\n>>>") f=open("EK2A.3DS","r+b") if enter==1: c=open("EK2A.SAV","wb") f.seek(save_offset) save=f.read(0x100000) c.write(save) elif enter==2: c=open("EK2A.SAV","rb") save=c.read() f.seek(save_offset) f.write(save) else: print("Invalid Input") f.close() exit(1) f.close() c.close() print("Done.") raw_input("Hit enter to close.")

no, but with 'nand saving' (pokemon, animal crossing, ... etc) games kind of yes, since the save is in the 'rom'.i don't want to read through all the previous post, so one quick question,
can i backup my saves from my original games yet?
thanks in advance

http://produto.mercadolivre.com.br/...-3ds-nintendo-3ds-e-3ds-xl-pronta-entrega-_JM
not a official resseler for sure........at least i can shit his feedback
Anyone can please let me know how do you load multi roms onto your card?
No.i don't want to read through all the previous post, so one quick question,
can i backup my saves from my original games yet?
thanks in advance
Anyone know how you use multirom cause it mentions drag and drop to your micro sd? or do you just still use Win32 and load your roms from that?
There's your answer, just drag and drop them onto the micro SD
Sorry I know this sounds stupid could you please explain to me in a little detail on how? I have an 8GB MSDC. I am really not sure what I am doing apart from updating the card itself.
It's ok man, we all had to learn at some point
Just plug connect your micro SD card to your computer via whatever reader you have, it'll either let you just open the card and drag and drop roms in or it will say it needs formatting. If it needs formatting just go through with it a select to format it to exFAT. Now you'll be able to drag and drop roms onto the formatted card
So, save files from 2.0b2 won't work on OMEGA?
I was successfully able to update and am now updating my emuNAND firmware. But, if this means that I have to start Bravely Default over again for the third time, that will make me not so happeh.