• 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 Non chargeable smash attacks

Punkline

Dr. Frankenstack
Joined
May 15, 2015
Messages
423
Smash charges are normally created with the [E0] player subaction event (and can be modified in Crazy Hand.)

This code makes the E0 event do nothing; causing all smash attacks to ignore charge inputs:

Code:
-==-

No Smash Charges
Disable smash charge subaction event for all characters.
[Punkline]
1.02 ---- 80073008 ---- 7c0802a6 -> Branch
80A40008 38A50008
90A40008 4E800020
60000000
Code:
$No Smash Charges[Punkline]
C2073008 00000003
80A40008 38A50008
90A40008 4E800020
60000000 00000000
 

NinXDani

Smash Cadet
Joined
Aug 29, 2018
Messages
52
Smash charges are normally created with the [E0] player subaction event (and can be modified in Crazy Hand.)

This code makes the E0 event do nothing; causing all smash attacks to ignore charge inputs:

Code:
-==-

No Smash Charges
Disable smash charge subaction event for all characters.
[Punkline]
1.02 ---- 80073008 ---- 7c0802a6 -> Branch
80A40008 38A50008
90A40008 4E800020
60000000
Code:
$No Smash Charges[Punkline]
C2073008 00000003
80A40008 38A50008
90A40008 4E800020
60000000 00000000
Thank You!
 
Top Bottom