Editing Talk:Mario (SSB4)/Forward tilt
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 3: | Line 3: | ||
Looking at the code for Mario's forward tilt, I also found this data: | Looking at the code for Mario's forward tilt, I also found this data: | ||
def expression_5B(): | |||
AsynchronousTimer_0D0(Frame=4.000000, ) | |||
AsynchronousTimer_0D0(Frame=17.000000, ) | |||
unk_1D2(0x2, ) | |||
AsynchronousTimer_0D0(Frame=19.000000, ) | |||
unk_1D2(0x6, ) | |||
End_196() | |||
The idle animations also have "expression" data, so I assume it's for the timing of animations and such. Could we use this to determine endlag? <span style="color: lime">'''Nyargle'''</span><span style="color: orange">'''blargle'''</span> ([[User talk:Nyargleblargle|Talk]]) 14:57, 10 April 2015 (EDT) | The idle animations also have "expression" data, so I assume it's for the timing of animations and such. Could we use this to determine endlag? <span style="color: lime">'''Nyargle'''</span><span style="color: orange">'''blargle'''</span> ([[User talk:Nyargleblargle|Talk]]) 14:57, 10 April 2015 (EDT) | ||
:I doubt it. In all previous games, animation length is part-and-parcel of the animations themselves, and cannot be accessed from the moveset scripts. All we can get is the "is now interruptible" command, which for Brawl was in the "game" stream (I don't think Master Core currently knows which command it is). [[User:Toomai|Toomai]] [[User talk:Toomai|Glittershine]] [[Image:Toomai.png|20px|link=User:Toomai/Bin|???]] The Brazen 15:39, 10 April 2015 (EDT) | :I doubt it. In all previous games, animation length is part-and-parcel of the animations themselves, and cannot be accessed from the moveset scripts. All we can get is the "is now interruptible" command, which for Brawl was in the "game" stream (I don't think Master Core currently knows which command it is). [[User:Toomai|Toomai]] [[User talk:Toomai|Glittershine]] [[Image:Toomai.png|20px|link=User:Toomai/Bin|???]] The Brazen 15:39, 10 April 2015 (EDT) | ||