Skip to content

Commit d39e6ff

Browse files
committed
Fix bench sit camera rotation.
1 parent 6d1200d commit d39e6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_ShinyHunt_BenchSit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void run_back_until_found_bench(
137137

138138
// Can't just hold it down since sometimes it doesn't register.
139139
for (int c = 0; c < 10; c++){
140-
pbf_move_right_joystick(context, 0, 128, 200ms, 800ms);
140+
pbf_move_right_joystick(context, 0, 128, 800ms, 200ms);
141141
pbf_press_button(context, BUTTON_L, 160ms, 0ms);
142142
pbf_move_left_joystick(context, 128, 0, 840ms, 800ms);
143143
}

0 commit comments

Comments
 (0)