Skip to content

Instantly share code, notes, and snippets.

@dantarion
Created October 8, 2017 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dantarion/532817d1ad31da4fa85922d1fb9d695a to your computer and use it in GitHub Desktop.
Save dantarion/532817d1ad31da4fa85922d1fb9d695a to your computer and use it in GitHub Desktop.
for(var j =0; j < 25; j++){
input.P1
.press(DOWN,1)
.press(UP|RIGHT,4)
.press(DOWN|RIGHT,1)
.press(HK,34)
.press(DOWN,1)
.press(UP|LEFT,4)
.press(DOWN|LEFT,1)
.press(HK,34)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment