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

Flash When IASA is Available

UnclePunch

Smash Ace
Joined
Nov 9, 2014
Messages
673

Code:
$Flash when Subaction IASA is Available [UnclePunch]
C2071960 00000008
98032218 3C00C200
901E04BC 901E04C0
901E04C4 38000000
901E04B8 901E04C8
901E04CC 901E04D0
3C00C280 901E04D4
38000091 981E0504
7C0802A6 00000000
Thanks Punkline for the color overlay code.

Code:
inject @80071960

.set player,30

stb    r0, 0x2218 (r3)

overlay:
setColor:
lis r0, 0xC200
stw r0, 0x4BC(player)              #blue
stw r0, 0x4C0(player)              #green
stw r0, 0x4C4(player)              #alpha
li r0, 0
stw r0, 0x4B8(player)              #red
stw r0, 0x4C8(player)              #redBlink
stw r0, 0x4CC(player)              #blueBlink
stw r0, 0x4D0(player)              #greenBlink
lis r0, 0xC280
stw r0, 0x4D4(player)              #alphaBlink
li r0, 0x91

toggleColor:
stb r0, 0x504(player)              #color toggle on


exit:
mflr    r0
 
Top Bottom