• 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 Dash Attack / Smash Attack Out of Dash

UnclePunch

Smash Ace
Joined
Nov 9, 2014
Messages
673

Code:
$Smash Attacks Out of Dash [UnclePunch]
C20CA53C 0000000F
3821FFFC 7C0802A6
90010000 7C7E1B78
3DC08008 61CEBFC4
7DC903A6 4E800421
2C030001 4182003C
7FC3F378 3DC08008
61CEC830 7DC903A6
4E800421 2C030001
41820020 7FC3F378
3DC08008 61CECB44
7DC903A6 4E800421
2C030001 48000004
7FC3F378 80010000
7C0803A6 38210004
7C0802A6 00000000
Code:
backup
mr r30,r3
bl r14,0x8008bfc4            #check for fsmash
cmpwi r3,1
beq done

mr r3,r30
bl r14,0x8008c830            #check for upsmash
cmpwi r3,1
beq done

mr r3,r30
bl r14,0x8008cb44            #check for dsmash
cmpwi r3,1
b done

done:
mr r3,r30
restore
mflr r0

Code:
$C-Stick during Run = Dash Attack [UnclePunch]
C20ca95c 00000005
89DF0669 2C0E0010
41800014 3DC08008
61CEB4D4 7DC903A6
4E800420 7C0802A6
60000000 00000000
 
Last edited:

The Cape

Smash Master
Joined
May 16, 2004
Messages
4,478
Location
Carlisle, PA
Cool stuff. You are a beast.

Idea for your next one:

Press grab, then the other direction within two frames and you turn around and perform a standing grab. Essentially a pivot grab.
 
Last edited:

Stormghetti

Smash Journeyman
Joined
Aug 23, 2015
Messages
400
Location
Europe
Slippi.gg
STRM#798
NNID
Stormghetti
Cool stuff. You are a beast.

Idea for your next one:

Press grab, then the other direction within two frames and you turn around and perform a standing grab. Essentially a pivot grab.
He tried doing this but said he gave up because it didn't co-operate.
 
Last edited:
Top Bottom