Skip to content

Commit 9d711d6

Browse files
committed
Clear more SwSh programs for SBB.
1 parent ecb26a5 commit 9d711d6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_EventBeamFinder.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ EventBeamFinder_Descriptor::EventBeamFinder_Descriptor()
2626
"Drop wishing pieces until you find an event den.",
2727
FeedbackType::NONE,
2828
AllowCommandsWhenRunning::DISABLE_COMMANDS,
29-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
29+
{ControllerFeature::NintendoSwitch_ProController},
30+
FasterIfTickPrecise::NOT_FASTER
3031
)
3132
{}
3233

SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_PurpleBeamFinder.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ PurpleBeamFinder_Descriptor::PurpleBeamFinder_Descriptor()
3333
"Automatically reset for a purple beam.",
3434
FeedbackType::REQUIRED,
3535
AllowCommandsWhenRunning::DISABLE_COMMANDS,
36-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
36+
{ControllerFeature::NintendoSwitch_ProController},
37+
FasterIfTickPrecise::NOT_FASTER
3738
)
3839
{}
3940
struct PurpleBeamFinder_Descriptor::Stats : public StatsTracker{

0 commit comments

Comments
 (0)