Gouken Trial 23

Super Street Fighter 4 Trials - Gouken # 23 Position: Facing right. Push Dan into the corner. Now look at he black lines, Dan's foot is on one. Line Gouken's foot up with the next black line away but on the side closest to Dan (it's about a dash and a half away from Dan). Activate with LS. You may need to try this one a few times. When you have a Focus attack it needs to be just right so that Dan get's hit and stumbles down. This combo however not only requires the right timing but the exact right distance. So from the position I have said, activate the combo and the 2nd move will be the focus attack. If it knocks him down the combo will play out perfectl, if not click RS to cancel and start again from that black line.
Version1.00
AuthorJayD101
Publish DateMon, 26 May 2014 - 20:05
Last UpdateMon, 26 May 2014 - 20:05
Downloads91
RATE


1

0

Code: Select all
 
main {  if(get_val(XB360_LS)) combo_run(GoukenT23);
        if(get_val(XB360_RS)) combo_stop(GoukenT23);
}
 
combo GoukenT23 {
    set_val(XB360_DOWN, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RIGHT, 100);
    set_val(XB360_X, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    set_val(XB360_X, 0);
    wait(300);
    set_val(XB360_Y, 100);
    set_val(XB360_B, 100);
    wait(300);
    set_val(XB360_Y, 0);
    set_val(XB360_B, 0);
    wait(50);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    wait(20);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    wait(1000);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RB, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RB, 0);
    wait(50);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 0);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RIGHT, 100);
    set_val(XB360_LB, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    set_val(XB360_LB, 0);
    wait(2000);
    set_val(XB360_DOWN, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RIGHT, 100);
    set_val(XB360_LB, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    set_val(XB360_LB, 0);
    wait(800);
    set_val(XB360_DOWN, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 0);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RIGHT, 100);
    set_val(XB360_LB, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    set_val(XB360_LB, 0);
 
}