Skip to content

Commit 3441799

Browse files
committed
Push missing changes.
1 parent f41d8cb commit 3441799

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SerialPrograms/Source/PokemonLZA/Options/PokemonLZA_ShinyDetectedAction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ShinySoundDetectedActionOption::ShinySoundDetectedActionOption(
4343
, SCREENSHOT_DELAY(
4444
"<b>Screenshot Delay:</b><br>"
4545
"Wait this long before taking a screenshot + video of the shiny.<br>"
46-
"Set to zero to skip this. Don't set this too large or the shiny may run away!",
46+
"Don't set this too large or the shiny may run away!",
4747
LockMode::UNLOCK_WHILE_RUNNING,
4848
std::move(default_delay)
4949
)

SerialPrograms/Source/PokemonLZA/PokemonLZA_Panels.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
3737
ret.emplace_back(make_single_switch_program<ClothingBuyer_Descriptor, ClothingBuyer>());
3838
ret.emplace_back(make_single_switch_program<RestaurantFarmer_Descriptor, RestaurantFarmer>());
3939

40+
ret.emplace_back("---- Shiny Hunting ----");
41+
ret.emplace_back(make_single_switch_program<ShinyHunt_BenchSit_Descriptor, ShinyHunt_BenchSit>());
42+
ret.emplace_back(make_single_switch_program<ShinyHunt_OverworldReset_Descriptor, ShinyHunt_OverworldReset>());
4043
if (PreloadSettings::instance().DEVELOPER_MODE){
41-
ret.emplace_back("---- Shiny Hunting ----");
42-
ret.emplace_back(make_single_switch_program<ShinyHunt_BenchSit_Descriptor, ShinyHunt_BenchSit>());
43-
ret.emplace_back(make_single_switch_program<ShinyHunt_OverworldReset_Descriptor, ShinyHunt_OverworldReset>());
4444
ret.emplace_back(make_single_switch_program<BeldumHunter_Descriptor, BeldumHunter>());
4545
}
4646

0 commit comments

Comments
 (0)