Achilles1515
Smash Master
Results Screen - Hold Z for Clapping Win Animation (1.02) [Achilles]
By "clapping" I just mean the losing animation, which is clapping for most characters.
Code:
C20BEAD4 00000006
809D0008 2C040003
40800024 3C60804C
60631FAC 899F006C
1D8C0044 7D8C182E
558306F7 41820008
38800004 00000000

By "clapping" I just mean the losing animation, which is clapping for most characters.
Code:
Hold Z for clapping [losing] win animation
inject @ 800bead4
#default, load win ID
lwz r4,8(r29)
#if not winning, then ignore
cmpwi r4,3
bge- END
lis r3,0x804c
ori r3,r3,0x1fac
#load player slot
lbz r12,0x6c(r31)
mulli r12,r12,0x44
#load buttons pressed during this frame
lwzx r12,r12,r3
#pressing Z?
rlwinm. r3,r12,0,27,27
#if not, then ignore
beq- END
#load losing animation ID
li r4,4
END:
Last edited: