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

Request Change Window of Samus Super Wavedash to 2 frames

tauKhan

Smash Lord
Joined
Feb 9, 2014
Messages
1,349
Unfortunately you cannot make swd easier using FSMs, as swd is based on morph ball physics function changing from frame 42 to frame 43. Applying FSM can only change the timing at which the change happens, but the window remains same. More details on how the morph ball physics work.

To influence swd, you have to rework the physics in some way. Here's my solution:

Code:
$2-frame swd window [tauKhan]
* When holding control stick toward the direction you're moving to on frame 42 of grounded morph ball, you'll keep speed instead of deccelerating to "max speed"

C212B3F4 00000008
C00303E8 3C004228
9001FFE0 C021FFE0
FC000840 40820020
C00300EC C0230620
EC210032 C0028950
FC010040 40810008
FC400090 D04300E4
7FE3FB78 00000000
Edit: Updated the code twice, make sure you try this latest one.
 
Last edited:
Top Bottom