Marin submitted a new resource:
Adding more Input keys - A quick but in-depth tutorial for adding new input keys/buttons.
Read more about this resource...
Adding more Input keys - A quick but in-depth tutorial for adding new input keys/buttons.
If you're a coder and overall know what you're doing, this is, in basic terms, all you need to do:
1.) Add a new constant to module Input in PSystem_Controls and give it a unique number;
2.) Find out what the hex value of your letter is (capital letter);
3.) Add it to def self.buttonToKey(button).
Because I'm sure that goes way too fast for some people, I've broken it down in-depth below.
By default, Pokémon Essentials comes with the following inputs:...
Read more about this resource...