Skip to content

Commit 106631d

Browse files
committed
Clear out remaining PLA programs.
1 parent bb78ef2 commit 106631d

12 files changed

+22
-14
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ IngoBattleGrinder_Descriptor::IngoBattleGrinder_Descriptor()
4040
"Attend Ingo's battles to grind exp and move related " + STRING_POKEDEX + " research tasks. Less effective than Ingo Move Grinder for " + STRING_POKEDEX + " research tasks but more effective for everything else.",
4141
FeedbackType::REQUIRED,
4242
AllowCommandsWhenRunning::DISABLE_COMMANDS,
43-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
43+
{ControllerFeature::NintendoSwitch_ProController},
44+
FasterIfTickPrecise::NOT_FASTER
4445
)
4546
{}
4647
class IngoBattleGrinder_Descriptor::Stats : public StatsTracker{

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ IngoMoveGrinder_Descriptor::IngoMoveGrinder_Descriptor()
3636
"Attend Ingo's battles to grind move related " + STRING_POKEDEX + " research tasks. More effective than Ingo Battle Grinder for " + STRING_POKEDEX + " research tasks but less effective for everything else.",
3737
FeedbackType::REQUIRED,
3838
AllowCommandsWhenRunning::DISABLE_COMMANDS,
39-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
39+
{ControllerFeature::NintendoSwitch_ProController},
40+
FasterIfTickPrecise::NOT_FASTER
4041
)
4142
{}
4243
class IngoMoveGrinder_Descriptor::Stats : public StatsTracker{

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ MagikarpMoveGrinder_Descriptor::MagikarpMoveGrinder_Descriptor()
3333
"grind status moves with any style against a Magikarp to finish " + STRING_POKEDEX + " research tasks.",
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
class MagikarpMoveGrinder_Descriptor::Stats : public StatsTracker{

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ TenacityCandyFarmer_Descriptor::TenacityCandyFarmer_Descriptor()
3636
"Attend Ingo's Path of Tenacity battles leading with a stats fully upgraded, max level, Modest nature Arceus with Legend Plate applied to grind exp, exp candies XL and evolution items.",
3737
FeedbackType::REQUIRED,
3838
AllowCommandsWhenRunning::DISABLE_COMMANDS,
39-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
39+
{ControllerFeature::NintendoSwitch_ProController},
40+
FasterIfTickPrecise::NOT_FASTER
4041
)
4142
{}
4243
class TenacityCandyFarmer_Descriptor::Stats : public StatsTracker{

SerialPrograms/Source/PokemonLA/Programs/General/PokemonLA_ApplyGrits.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ ApplyGrits_Descriptor::ApplyGrits_Descriptor()
3333
"Use Grits items on " + STRING_POKEMON,
3434
FeedbackType::NONE,
3535
AllowCommandsWhenRunning::DISABLE_COMMANDS,
36-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
36+
{ControllerFeature::NintendoSwitch_ProController},
37+
FasterIfTickPrecise::NOT_FASTER
3738
)
3839
{}
3940

SerialPrograms/Source/PokemonLA/Programs/General/PokemonLA_ClothingBuyer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ ClothingBuyer_Descriptor::ClothingBuyer_Descriptor()
2222
"Buy out all the clothing in the store.",
2323
FeedbackType::NONE,
2424
AllowCommandsWhenRunning::DISABLE_COMMANDS,
25-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
25+
{ControllerFeature::NintendoSwitch_ProController},
26+
FasterIfTickPrecise::NOT_FASTER
2627
)
2728
{}
2829

SerialPrograms/Source/PokemonLA/Programs/General/PokemonLA_OutbreakFinder.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ OutbreakFinder_Descriptor::OutbreakFinder_Descriptor()
140140
"Search for an outbreak for a specific " + STRING_POKEMON,
141141
FeedbackType::REQUIRED,
142142
AllowCommandsWhenRunning::DISABLE_COMMANDS,
143-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
143+
{ControllerFeature::NintendoSwitch_ProController},
144+
FasterIfTickPrecise::NOT_FASTER
144145
)
145146
{}
146147
class OutbreakFinder_Descriptor::Stats : public StatsTracker{

SerialPrograms/Source/PokemonLA/Programs/General/PokemonLA_PokedexTasksReader.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ PokedexTasksReader_Descriptor::PokedexTasksReader_Descriptor()
6464
"Read all the tasks in your " + STRING_POKEDEX + " and output a file with the tasks you did.",
6565
FeedbackType::REQUIRED,
6666
AllowCommandsWhenRunning::DISABLE_COMMANDS,
67-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
67+
{ControllerFeature::NintendoSwitch_ProController},
68+
FasterIfTickPrecise::NOT_FASTER
6869
)
6970
{}
7071

SerialPrograms/Source/PokemonLA/Programs/General/PokemonLA_RamanasIslandCombee.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ RamanasCombeeFinder_Descriptor::RamanasCombeeFinder_Descriptor()
4040
"Check Ramanas Island Tree until a Combee is found",
4141
FeedbackType::REQUIRED,
4242
AllowCommandsWhenRunning::DISABLE_COMMANDS,
43-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
43+
{ControllerFeature::NintendoSwitch_ProController},
44+
FasterIfTickPrecise::NOT_FASTER
4445
)
4546
{}
4647
class RamanasCombeeFinder_Descriptor::Stats : public StatsTracker{

SerialPrograms/Source/PokemonLA/Programs/General/PokemonLA_SkipToFullMoon.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ SkipToFullMoon_Descriptor::SkipToFullMoon_Descriptor()
3030
"Skip nights until full moon.",
3131
FeedbackType::REQUIRED,
3232
AllowCommandsWhenRunning::DISABLE_COMMANDS,
33-
{SerialPABotBase::OLD_NINTENDO_SWITCH_DEFAULT_REQUIREMENTS}
33+
{ControllerFeature::NintendoSwitch_ProController},
34+
FasterIfTickPrecise::NOT_FASTER
3435
)
3536
{}
3637

0 commit comments

Comments
 (0)