Kirk
Smash Champion
I've successfully removed Ike's charging on eruption and quick draw, with one simple change in the code lol.
Let me take a look at Toon link real quick...
Yep, same deal. Changed one digit in the code lmao.
Go to action 114 in specials. The very first line says to change the action to 117, the requirement being if button pressed = 1, which is the "B" button.
You can see the other change action changes the action to 118, which is when "B" isn't pressed. All you have to do is changed the 117 in the first line to 118. This essentially bypasses the charging action event, so no matter if you're holding "B" or not it will go directly to the attack.
tl;dr - Change the first line(in the special action 114[up-b]) code's 'action' parameter to 118 instead of 117.
Let me take a look at Toon link real quick...
Yep, same deal. Changed one digit in the code lmao.
Go to action 114 in specials. The very first line says to change the action to 117, the requirement being if button pressed = 1, which is the "B" button.
You can see the other change action changes the action to 118, which is when "B" isn't pressed. All you have to do is changed the 117 in the first line to 118. This essentially bypasses the charging action event, so no matter if you're holding "B" or not it will go directly to the attack.
tl;dr - Change the first line(in the special action 114[up-b]) code's 'action' parameter to 118 instead of 117.