FlagBrew / PKSM-Scripts

General purpose scripts to use with PKSM.
58 stars 14 forks source link

inject.c - Navigate to other directories #31

Open yxzsya opened 3 years ago

yxzsya commented 3 years ago

Is your feature request related to a problem? Please describe. When injecting Pokemon, I can only inject ones stored in "inject".

Describe the solution you'd like Some way to navigate directories so I can go to another folder

Describe alternatives you've considered Some way to change the default directory.

piepie62 commented 3 years ago

First, this is a problem with a script, not PKSM itself. Second, I did that on purpose, as directory traversal in C is really, really annoying. I won't personally be doing that, but if someone else wants to edit the inject script to allow that and PR it, I'm not opposed to the idea