File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
SerialPrograms/Source/PokemonLZA Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments