Skip to content

Commit 563526b

Browse files
committed
Improve Regidrago stability.
1 parent a8e1b6d commit 563526b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ void regidrago(ProControllerContext& context){
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);
88-
pbf_move_left_joystick(context, 255, 148, 75, 0);
88+
pbf_move_left_joystick(context, 255, 152, 80, 0);
89+
pbf_move_left_joystick(context, 128, 0, 20, 0);
8990
pbf_mash_button(context, BUTTON_A, 5000ms);
9091
pbf_move_left_joystick(context, 128, 0, 180, 0);
9192
}

0 commit comments

Comments
 (0)