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

Walljump Counter - Minigame

schmooblidon

Smash Journeyman
Joined
Feb 18, 2014
Messages
496
Using the percents or something, count the number of walljumps your character performs, and have it reset on death or preferably on land (landing + landingfallspecial, landing during aerial or b-move would be even better, and even NIL, but melee itself doesnt do those to reset rising specials so, no biggy).

Melee must already count the walljumps to apply staling, and resets on land, so maybe u could use that i dno. there is a limit to staling but it's in the hundreds.

I can imagine this being a fun little challenge, and another way to destroy your friends. Could go to fourside or even to battlefield for the pros. See who can do the most. This is super low priority, and you could just both start simulatenously to see who does the most, but I think having like a highscore would be cool, and finding strats within other chars to get the most. Could even make a drinking game out of it.
 

Achilles1515

Smash Master
Joined
Jun 18, 2007
Messages
3,211
Location
Cincinnati / Columbus OH
On-Screen Percentages are Walljump Counters in Tiny Melee (1.02) [Achilles]
Code:
041B8E50 4E800020
C206CA78 00000006
3E008048 8A109D30
2C10001D 4082001C
8A031969 3DC08045
61CE30E0 89E3000C
1DEF0E90 7E0E7B2E
8803221F 00000000
Code:
***************************************************
* Percentages are Walljump Counters in Tiny Melee *
***************************************************

Disable Tiny Melee Model Scale Modifications
041b8e50 4e800020


Put Walljump Counter into Player Percent
-inject @ 8006ca78

#load menu controller major
lis r16,0x8048
lbz r16,-0x62D0(r16)
#is this tiny melee?
cmpwi r16,0x1d
bne- END

#if in Tiny Melee..
#load walljump counter
lbz r16,0x1969(r3)

#load player number & get to player's onscreen percent
lis r14,0x8045
ori r14,r14,0x30e0
lbz r15,0xc(r3)
mulli r15,r15,0xe90
#store walljump number as percent
sthx r16,r14,r15
END:
#default code line
lbz r0,0x221f(r3)
------------------

C206CA78 00000006
3E008048 8A109D30
2C10001D 4082001C
8A031969 3DC08045
61CE30E0 89E3000C
1DEF0E90 7E0E7B2E
8803221F 00000000
 

schmooblidon

Smash Journeyman
Joined
Feb 18, 2014
Messages
496
On-Screen Percentages are Walljump Counters in Tiny Melee (1.02) [Achilles]
Siiick! Thanks a bunch dude, works flawlessly.

My high score is 105! Who can beat it? Mario on fourside, up-b walljump is OP, **** starts getting hard real fast though.
 

Y-L

Smash Champion
Joined
Jan 16, 2014
Messages
2,436
Location
Ventura, CA
Siiick! Thanks a bunch dude, works flawlessly.

My high score is 105! Who can beat it? Mario on fourside, up-b walljump is OP, **** starts getting hard real fast though.
It's fun to do it with friends in young link's target test stage.
 
Top Bottom