kupo15
Smash Hero
Ok so I found a problem in the air dodging fix. The point was to reduce invincibility but to keep the same overall number of frames. Well here is the code:
FF190021 3F800000
FF050021 40000000
The bold is the problem. This should be less than 1 because right now, you removed 10 frames from the invincibility time but didn't tag on 10 frames at the end. So in actuality, you buffed air dodges. Looking at the link cape provided, we need 4 lines because half the cast's air dodge is 39 frames and the other is 49.
FF190021 3F800000
FF050021 40000000
The bold is the problem. This should be less than 1 because right now, you removed 10 frames from the invincibility time but didn't tag on 10 frames at the end. So in actuality, you buffed air dodges. Looking at the link cape provided, we need 4 lines because half the cast's air dodge is 39 frames and the other is 49.