Skip to content

Commit 9b5e413

Browse files
committed
Another Regidrago tweak.
1 parent 655ca6b commit 9b5e413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void regieleki(ProControllerContext& context){
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, 105, 0);
84+
pbf_move_left_joystick(context, 48, 255, 106, 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)