For context, I'm currently attempting to perform a Pokemon Sun randomizer. I've been doing this using the aforementioned Pokemon Randomizer ZX, making a LayeredFS format patch using it to use with Luma3DS' innate game patching feature.
Currently, I've attempted the following:
It's worth noting that other game patches I've been using so far have been working, so I don't entirely believe the problem is with Luma -- however, since I'm admittedly a bit unfamiliar with this sort of thing, I may be making simple mistakes.
Any help would be much appreciated -- or if this isn't the right place, just give me a pointer on where to go with it. Thank you in advance.
Currently, I've attempted the following:
- (First attempt, using the custom Luma variant used before 13.0 that was compatible with bootntr) Downloaded the .cia of Pokemon Sun off hShop (unsurprisingly failed due to being a 'legit' cia)
- (Attempt #2, same luma version) Used a different .cia of Pokemon Sun, installed & successfully obtained a .cxi of the file and imported it to the randomizer tool, and successfully made a LayeredFS file. However, upon trying to load Pokemon Sun with this intact, the game crashed due to an Arm11 crash code (described below).
- (Attempt #3, using newest Luma) Repeated the same steps, but the same error occurred.
- (Attempt #4) Started a new game first without the patch, and then once the ability to save was handed over (the second the player wakes up), closed and rebooted the 3ds - turned on game patching as normal. The game immediately crashed again with the same Arm11 dump error.
Code:
Processor: Arm11 (core 0)
Exception type: data abort
Fault status: Permission - Page
Current process: niji_loc (0004000000164800)
(Followed by a series of values). Access Type was 'write'.
It's worth noting that other game patches I've been using so far have been working, so I don't entirely believe the problem is with Luma -- however, since I'm admittedly a bit unfamiliar with this sort of thing, I may be making simple mistakes.
Any help would be much appreciated -- or if this isn't the right place, just give me a pointer on where to go with it. Thank you in advance.