• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Modding controls?

Kekker

Smash Cadet
Joined
Feb 9, 2015
Messages
34
Is there currently a way to change the default controls, like turning off tap jump or changing L & R to spot dodge instead of shielding? Do we even know where the controls are stored?
 

zankyou

Smash Lord
Joined
Sep 12, 2014
Messages
1,055
Is there currently a way to change the default controls, like turning off tap jump or changing L & R to spot dodge instead of shielding? Do we even know where the controls are stored?
There might be a code for disable tap jump. As for changing L&R to spot dodge Im not sure why youd want to do that but I think if you change shielding to spot dodge but triggers when the spot dodge so you cant just set 1. That being said we know where button inputs are so you could probably asm code your way to the controls you want.
 

Kekker

Smash Cadet
Joined
Feb 9, 2015
Messages
34
As for changing L&R to spot dodge Im not sure why youd want to do that
Just for fun. I've been watching Rivals of Aether gameplay, and was wondering how much no shields would affect melee.

That being said we know where button inputs are so you could probably asm code your way to the controls you want.
Where would I find the files/addresses? Do you know where button inputs are, or is there a thread explaining it or something?
 

CeLL

Smash Lord
Joined
Jan 26, 2014
Messages
1,026
Location
Washington
It seems like you're looking for these. Although there is no rolling or spotdodging.

Code:
Disable Tap Jump (1.02) [Achilles]
C20CBBC0 00000003
89FD06BE 2C0F0004
40800008 4E800020
7C0802A6 00000000
C20CB4E0 00000003
2C040001 40820008
4E800020 7C0802A6
60000000 00000000

Disable Shielding (1.02) [Achilles]
04091afc 48000024
04091b28 4800000c
04091a64 48000024
04091a90 4800000c
 
Last edited:

Kekker

Smash Cadet
Joined
Feb 9, 2015
Messages
34
It seems like you're looking for these. Although there is no rolling or spotdodging.

Code:
Disable Tap Jump (1.02) [Achilles]
C20CBBC0 00000003
89FD06BE 2C0F0004
40800008 4E800020
7C0802A6 00000000
C20CB4E0 00000003
2C040001 40820008
4E800020 7C0802A6
60000000 00000000

Disable Shielding (1.02) [Achilles]
04091afc 48000024
04091b28 4800000c
04091a64 48000024
04091a90 4800000c
Sweet thanks that's pretty much what I was looking for
 
Last edited:
Top Bottom