You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
680 B
26 lines
680 B
if (argument0 == 32769)
|
|
return "A";
|
|
if (argument0 == 32770)
|
|
return "B";
|
|
if (argument0 == 32771)
|
|
return "X";
|
|
if (argument0 == 32772)
|
|
return "Y";
|
|
if (argument0 == 32773)
|
|
return get_text("Buttons", "LB");
|
|
if (argument0 == 32774)
|
|
return get_text("Buttons", "RB");
|
|
if (argument0 == 32775)
|
|
return get_text("Buttons", "LT");
|
|
if (argument0 == 32776)
|
|
return get_text("Buttons", "RT");
|
|
if (argument0 == 32779)
|
|
return get_text("Buttons", "LStick");
|
|
if (argument0 == 32780)
|
|
return get_text("Buttons", "RStick");
|
|
if (argument0 == 32778)
|
|
return get_text("Buttons", "Start");
|
|
if (argument0 == 32777)
|
|
return get_text("Buttons", "Back");
|
|
return "";
|