We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec994d commit eb53c37Copy full SHA for eb53c37
SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_ShinyHunt_BenchSit.cpp
@@ -131,12 +131,15 @@ void run_back_until_found_bench(
131
int ret = run_until<ProControllerContext>(
132
env.console, context,
133
[](ProControllerContext& context){
134
+ ssf_press_button(context, BUTTON_B, 0ms, 800ms, 0ms);
135
+ pbf_move_left_joystick(context, 128, 255, 800ms, 200ms);
136
+ pbf_press_button(context, BUTTON_L, 160ms, 160ms);
137
+
138
// Can't just hold it down since sometimes it doesn't register.
139
for (int c = 0; c < 10; c++){
- ssf_press_button(context, BUTTON_B, 0ms, 800ms, 0ms);
- pbf_move_left_joystick(context, 128, 255, 800ms, 200ms);
140
pbf_move_right_joystick(context, 0, 128, 200ms, 800ms);
141
pbf_press_button(context, BUTTON_L, 160ms, 0ms);
142
+ pbf_move_left_joystick(context, 128, 255, 8400ms, 800ms);
143
}
144
},
145
{buttonA}
0 commit comments