shinyquagsire23 / SaltySD

A collection of SD redirect patches for 3DS games
74 stars 14 forks source link

Possible to give Sun and Moon their own unique directories rather than being combined? #22

Closed sora10pls closed 7 years ago

sora10pls commented 7 years ago

As someone who's doing 2 different playthroughs at a time (Sun randomizer and Moon ROM hack), it's pretty tedious having to constantly swap the files in the saltysd/SunMoon/ directory.

I was wondering if it'd be possible for SaltySD to have one unique directory for Sun, and one unique directory for Moon? Literally just saltysd/Sun/ and saltysd/Moon/ would work totally fine.

shinyquagsire23 commented 7 years ago

Certainly doable, would just have to change https://github.com/shinyquagsire23/SaltySD/blob/master/SunMoon/patch.s#L97 to the directory name you'd rather have it at and create two separate bins.

sora10pls commented 7 years ago

Thank you so much for that, would have had no idea how to do so otherwise!