public SpecialMoveAttribute[] falconSpecialMoveAttributes = {
new SpecialMoveAttribute(0x3904,"Momentum forward","","Neutral-B"),
new SpecialMoveAttribute(0x3908,"Momentum holding up","","Neutral-B"),
new SpecialMoveAttribute(0x3930,"Landing lag","","Side-B"),
new SpecialMoveAttribute(0x3934,"Landing lag(on hit)","","Side-B"),
new SpecialMoveAttribute(0x3838,"Miss gravity","","Side-B"),
new SpecialMoveAttribute(0x383C,"Miss gravity related","","Side-B"),
new SpecialMoveAttribute(0x3938,"Horizontal momentum","","Up-B"),
new SpecialMoveAttribute(0x3944,"Landing lag","","Up-B"),
new SpecialMoveAttribute(0x3948,"Unknown","","Up-B"),
new SpecialMoveAttribute(0x3950,"Joys-stick position to reverse","","Up-B"),
new SpecialMoveAttribute(0x3954,"Unknown","","Up-B"),
new SpecialMoveAttribute(0x3958,"Gravity after releasing an opponent","","Up-B"),
new SpecialMoveAttribute(0x3968,"Fire aura angle","","Down-B"),
new SpecialMoveAttribute(0x396C,"Speed modifier on hit","","Down-B"),
new SpecialMoveAttribute(0x3974,"Ground-lag multiplier","Higher values means less lag","Down-B"),
new SpecialMoveAttribute(0x3978,"Aerial landing lag multiplier","Higher values means less lag","Down-B"),
new SpecialMoveAttribute(0x397C,"????","","Down-B"),
new SpecialMoveAttribute(0x3980,"Friction from landing from aerial Down-B","","Down-B"),
new SpecialMoveAttribute(0x3984,"Unknown","","Down-B"),
new SpecialMoveAttribute(0x3988,"???Seems to prevent grounded falcon punch from coming out if its not 544","","Neutral-B?"),
};
public SpecialMoveAttribute[] ganondorfSpecialMoveAttributes = {
new SpecialMoveAttribute(0x38AC,"Momentum forward in air","","Neutral-B"),
new SpecialMoveAttribute(0x38B0,"Momentum from holding up","","Neutral-B"),
new SpecialMoveAttribute(0x38B8,"Miss gravity","","Side-B"),
new SpecialMoveAttribute(0x38BC,"Miss gravity related","","Side-B"),
new SpecialMoveAttribute(0x38D8,"Landing lag","","Side-B"),
new SpecialMoveAttribute(0x38DC,"Landing lag from hit","","Side-B"),
new SpecialMoveAttribute(0x38E4,"Horizontal momentum","","Up-B"),
new SpecialMoveAttribute(0x38EC,"Landing lag","","Up-B"),
new SpecialMoveAttribute(0x38F0,"Unknown?","","Up-B"),
new SpecialMoveAttribute(0x38F8,"Joys-stick position to reverse?","","Up-B"),
new SpecialMoveAttribute(0x38FC,"Unknown?","","Up-B"),
new SpecialMoveAttribute(0x3900,"Gravity after releasing an opponent?","","Up-B"),
new SpecialMoveAttribute(0x3910,"Purple aura angle","","Down-B"),
new SpecialMoveAttribute(0x3914,"Speed modifier on hit","","Down-B"),
new SpecialMoveAttribute(0x391C,"Ground-ground ending lag modifier","","Down-B"),
new SpecialMoveAttribute(0x3920,"Aerial-ground landing lag modifier","","Down-B"),
new SpecialMoveAttribute(0x3924,"????","","Down-B"),
new SpecialMoveAttribute(0x3928,"Friction from landing from aerial Down-B","","Down-B"),
new SpecialMoveAttribute(0x392C,"Unknown","","Down-B"),
new SpecialMoveAttribute(0x3930,"???Seems to prevent grounded warlock punch from coming out if its not 544","","Neutral-B?")
};