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

Reverse Aerial Rush (RAR)

Achilles1515

Smash Master
Joined
Jun 18, 2007
Messages
3,211
Location
Cincinnati / Columbus OH
Enable Reverse Aerial Rush (RAR) (1.02) [Achilles]
Code:
C20C9EE8 00000003
2C030000 41820010
C01E008C FC000050
D01E008C 00000000
Reverse Aerial Rush

Code:
Enable Reverse Aerial Rush (RAR)
- logic: switch facing direction if jumping out of TurnRun

inject @ 800c9ee8
- in the Interrupt_AS_TurnRun function
- after the check for jumping (r3=bool true/false)

cmpwi r3,0
beq- END
#load facing direction
lfs f0,0x8c(r30)
#switch facing direction
fneg f0,f0
#store facing direction
stfs f0,0x8c(r30)

END:


C20C9EE8 00000003
2C030000 41820010
C01E008C FC000050
D01E008C 00000000
I don't play Brawl or PM so my logic of this mechanic might be flawed.

EDIT: Fixed
 
Last edited:

CeLL

Smash Lord
Joined
Jan 26, 2014
Messages
1,026
Location
Washington
OMG THIS IS HILARIOUS

You're right on what the RAR is, though. You can RAR with this code. But you just can't... not RAR lmao. JC grabbing and usmashing is hilarious, and SH nair.
 
Top Bottom