Skip to content

Commit bef08f9

Browse files
authored
Merge pull request #184 from PokemonAutomation/add-turbo-macro-documentation
Add turbo macro documentation
2 parents d417b3d + c3e891f commit bef08f9

File tree

3 files changed

+40
-9
lines changed

3 files changed

+40
-9
lines changed

Wiki/Programs/NintendoSwitch/TurboA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ TurboA does exactly what its name implies - it endlessly presses A. The purpose
2020

2121
### Instructions
2222

23-
1. You are standing in front of what you want to mash A in front of.
23+
1. You are standing in front of what you want to mash A.
2424
2. Start the program in game or the [Change Grip/Order Menu](https://github.com/PokemonAutomation/Microcontroller/blob/master/Wiki/Programs/NintendoSwitch/ChangeGripOrderMenu.md) depending on which option you choose.
2525

2626
### Default Program Settings

Wiki/Programs/NintendoSwitch/TurboButton.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
# Nintendo Switch: Turbo Button
22

3-
**Related Programs:**
4-
- **Microcontroller:** [Turbo A](https://github.com/PokemonAutomation/Microcontroller/blob/master/Wiki/Programs/NintendoSwitch/TurboA.md) (this program)
5-
- **Computer Control:** [Turbo A](https://github.com/PokemonAutomation/ComputerControl/blob/master/Wiki/Programs/NintendoSwitch/TurboA.md)
6-
- **Computer Control:** [Turbo Button](https://github.com/PokemonAutomation/ComputerControl/blob/master/Wiki/Programs/NintendoSwitch/TurboButton.md)
7-
8-
93
## Program Description
104

11-
TurboA does exactly what its name implies - it endlessly presses A. The purpose of this program is to grind the Digging Duo and Cram-o-matic.
5+
TurboA does exactly what its name implies - it endlessly presses the button you've selected.
126

137
<img src="images/TurboButton-0.png">
148

159
### Instructions
1610

17-
1. You are standing in front of what you want to mash A in front of.
11+
1. You are standing in front of what you want to mash the button.
1812
2. Start the program in the game. Make sure the microcontroller is the primary controller.
1913

2014

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Nintendo Switch: Turbo Macro
2+
3+
## Program Description
4+
5+
Turbo Macro is a kinda advanced program that let you run any loop of actions you wish. It can be useful for blindly automating some macros. If you create a macro and think it would be useful for others, feel free to share it on discord and other people will be able to load your macro (or we can even create a new program from it)
6+
7+
### Instructions
8+
9+
1. It is an advanced program and can do pretty much whatever you wish so the instructions on how to use it will depends on what your macro is doing
10+
11+
12+
## Options
13+
14+
# Ticks to hold
15+
All of the actions have a ticks to hold option. This is the amount of ticks the chosen action will be pressed (125 ticks = 1 second)
16+
17+
# Ticks to release
18+
All of the actions have a ticks to release option. This is the amount of ticks that will be waited after doing the action (125 ticks = 1 second)
19+
20+
# X and Y
21+
For the joystick actions, you'll have to input the X / Y values representing the position of the joystick you wish to input
22+
x = 0 is left, x = 255 is right. y = 0 is up, y = 255 is down. 128 is neutral for both
23+
24+
25+
## Credits
26+
27+
- **Author:** Kuroneko/Mysticial
28+
29+
30+
31+
<hr>
32+
33+
**Discord Server:**
34+
35+
[<img src="https://canary.discordapp.com/api/guilds/695809740428673034/widget.png?style=banner2">](https://discord.gg/cQ4gWxN)
36+
37+

0 commit comments

Comments
 (0)