Skip to content

Commit f487ba9

Browse files
committed
Improve stability for Regieleki and Regidrago.
1 parent 3c6a0bc commit f487ba9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SerialPrograms/Source/PokemonSwSh/Programs/ShinyHuntUnattended/PokemonSwSh_ShinyHunt-Regi.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ void regieleki(ProControllerContext& context){
7373
pbf_move_left_joystick(context, 200, 255, 52, 0);
7474
pbf_move_left_joystick(context, 0, 50, 122, 0);
7575
pbf_move_left_joystick(context, 0, 206, 93, 0);
76-
pbf_move_left_joystick(context, 216, 0, 78, 0);
77-
pbf_move_left_joystick(context, 56, 0, 80, 0);
76+
pbf_move_left_joystick(context, 208, 0, 78, 0);
77+
pbf_move_left_joystick(context, 60, 0, 80, 0);
7878
pbf_mash_button(context, BUTTON_A, 5000ms);
7979
pbf_move_left_joystick(context, 216, 0, 170, 0);
8080
}
8181
void regidrago(ProControllerContext& context){
8282
pbf_move_left_joystick(context, 16, 255, 160, 0);
8383
pbf_move_left_joystick(context, 72, 255, 50, 0);
84-
pbf_move_left_joystick(context, 48, 255, 104, 0);
84+
pbf_move_left_joystick(context, 48, 255, 105, 0);
8585
pbf_move_left_joystick(context, 128, 0, 48, 0);
8686
pbf_move_left_joystick(context, 0, 56, 60, 0);
8787
pbf_move_left_joystick(context, 64, 0, 60, 0);

0 commit comments

Comments
 (0)