Skip to content

Commit fc2f127

Browse files
committed
Improve reliability of nugget farmer for ESP32.
1 parent 570028a commit fc2f127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLA/Programs/Farming/PokemonLA_NuggetFarmerHighlands.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ bool NuggetFarmerHighlands::run_iteration(SingleSwitchProgramEnvironment& env, P
122122
env.console, context,
123123
[](ProControllerContext& context){
124124
pbf_move_left_joystick(context, 0, 212, 50, 0);
125-
pbf_press_button(context, BUTTON_B, 495, 80);
125+
pbf_press_button(context, BUTTON_B, 490, 80);
126126

127127
pbf_move_left_joystick(context, 224, 0, 50, 0);
128128
// pbf_press_button(context, BUTTON_B, 350, 80);

0 commit comments

Comments
 (0)