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!
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.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?
Just for fun. I've been watching Rivals of Aether gameplay, and was wondering how much no shields would affect melee.As for changing L&R to spot dodge Im not sure why youd want to do that
Where would I find the files/addresses? Do you know where button inputs are, or is there a thread explaining it or something?That being said we know where button inputs are so you could probably asm code your way to the controls you want.
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 forIt 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