• 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 Enter Action State Subaction Event

UnclePunch

Smash Ace
Joined
Nov 9, 2014
Messages
673

How to Use:
75 XX AA AA FFFFFFFF GGGGGGGG HHHHHHHH

XX = 00 for default float parameters // 01 for specifying parameters
AAAA = Action State ID to Enter
FFFFFFFF = AS's starting frame (float)
GGGGGGGG = AS's speed modifier (float)
HHHHHHHH = AS's keyframe blend level (float)
default values for float parameters are 1,0,1 respectively

________________________________________________________

if XX is 0, you can enter action states with just 4 bytes:

75 00 AA AA
AA AA = action state ID in hex
________________________________________________________

Code:
$Enter Action State Subaction Event [UnclePunch]
*75 XX AA AA FFFFFFFF GGGGGGGG HHHHHHHH
*XX = 00 for default float parameters
*AAAA = Action State ID to Enter
*FFFFFFFF = AS's starting frame
*GGGGGGGG = AS's speed modifier
*HHHHHHHH = AS's keyframe blend level
*default values for float parameters are 1,0,1 respectively
C2071AE8 0000000D
80A40008 88C50000
2C060075 40820050
88C50001 2C060000
40820014 C0228A58
C0428A60 C0628A58
48000014 C0250004
C0450008 C065000C
48000004 A0850002
7F63DB78 38A00000
38C00000 3DC08006
61CE93AC 7DC903A6
4E800420 80A40008
60000000 00000000
 
Last edited:
Top Bottom