Sora (SSBU)/Down aerial: Difference between revisions
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(→Trivia) |
Tag: Rollback |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 21:40, August 18, 2024
Overview[edit]
Hitboxes[edit]
Timing[edit]
Attack[edit]
The move resets Sora's horizontal momentum and first sets his vertical speed to 1.2 on frames 2-13, then sets it to -3.2 from frame 14 onward. Manual horizontal movement is also disabled during frames 1-44.
Initial autocancel | 1-4 |
---|---|
Hitboxes | 15-44 |
Ending autocancel | 46- |
Interruptible | 58 |
Animation length | 75 |
Landing lag[edit]
Hitbox | 1-3 |
---|---|
Interruptible | 29 |
Animation length | 52 |
Lag time |
Hitbox |
Autocancel |
Interruptible |
Trivia[edit]
- The down aerial's ID 0 hitbox is coded as an extended hitbox despite not actually extending, which prevents it from interpolating.
- The move is actually coded to re-enable Sora's horizontal movement on frame 40, instead of frame 45 as in actual gameplay. However, after generating the hitboxes on frame 15, the scripts use an asynchronous timer of 30 frames before deleting them, causing any following lines (in this case, the function to re-enable horizontal movement) to not be read until the hitboxes are deleted on frame 45.
|