Skip to content

Commit f059e0a

Browse files
committed
Make the material farmer work on SBB.
1 parent 47240a3 commit f059e0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SerialPrograms/Source/PokemonSV/Programs/Farming/PokemonSV_MaterialFarmer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ MaterialFarmer_Descriptor::MaterialFarmer_Descriptor()
3232
"Farm materials - Happiny dust from Chanseys/Blisseys, for Item Printer.",
3333
FeedbackType::VIDEO_AUDIO,
3434
AllowCommandsWhenRunning::DISABLE_COMMANDS,
35-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
35+
{ControllerFeature::NintendoSwitch_ProController}
3636
)
3737
{}
3838

SerialPrograms/Source/PokemonSV/Programs/Farming/PokemonSV_MaterialFarmerTools.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ void move_to_start_position_for_letsgo1(
482482
pbf_press_button(context, BUTTON_B, 125, 30);
483483

484484
// Fly
485-
pbf_press_button(context, BUTTON_B, 50, 10);
486-
pbf_press_button(context, BUTTON_B, 50, 10); // Double click in case of drop
485+
pbf_press_button(context, BUTTON_B, 50, 10);
486+
pbf_press_button(context, BUTTON_B, 50, 50); // Double click in case of drop
487487
pbf_press_button(context, BUTTON_LCLICK, 50, 0);
488488

489489
// you automatically move forward when flying without pressing any buttons.

0 commit comments

Comments
 (0)