• 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!

Completed Disable screen shake in teams mode

UnclePunch

Smash Ace
Joined
Nov 9, 2014
Messages
673
*Edit
Finished the code up:
Code:
$Disable Screen Shake for Teams [UnclePunch]
C2030E44 00000004
3CE08048 88E707C8
2C070000 41820008
4E800020 7C0802A6
60000000 00000000

I think I've seen a code somewhere that bans FoD in teams mode, I was wondering if something similar could be done but for disabling screen shake. I'm fine with it in singles but its a bit much in doubles, especially on Dream Land...... f*** Whispy....
 
Last edited:

UnclePunch

Smash Ace
Joined
Nov 9, 2014
Messages
673
It is possible to turn of in 20XX
I'm aware, the point of the code would be to have it on always for 1v1's since some characters use the camera as a visual cue (sheik tech chase) and automatically turn it off for doubles when there's too much screen shake to make any sense of it.
 
Last edited:

UnclePunch

Smash Ace
Joined
Nov 9, 2014
Messages
673
@Achilles1515 I made some progress on this code. I cheat searched your toggle screen shake setting in the 20XX debug menu and after stepping through the code, it seemed you created separate spots for it in memory that don't exist in vanilla melee. Do you remember / have notes on how you got the toggle to activate / deactivate?

Alternatively, do you know of an address in vanilla melee that controls it similarly to how it does in 20XX?
 

UnclePunch

Smash Ace
Joined
Nov 9, 2014
Messages
673
Finished up the code:
Code:
$Disable Screen Shake for Teams [UnclePunch]
C2030E44 00000004
3CE08048 88E707C8
2C070000 41820008
4E800020 7C0802A6
60000000 00000000
 
Top Bottom