File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SerialPrograms/Source/PokemonLZA Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
8989 ret.emplace_back (make_single_switch_program<ShinyHunt_FlySpotReset_Descriptor, ShinyHunt_FlySpotReset>());
9090 ret.emplace_back (make_single_switch_program<ShinyHunt_SewerHunter_Descriptor, ShinyHunt_SewerHunter>());
9191 if (IS_BETA_VERSION){
92- ret.emplace_back (make_single_switch_program<ShinyHunt_HelioptileHunter_Descriptor, ShinyHunt_HelioptileHunter>());
93- ret.emplace_back (make_single_switch_program<WeatherFinder_Descriptor, WeatherFinder>());
9492 ret.emplace_back (make_single_switch_program<ShinyHunt_ShuttleRun_Descriptor, ShinyHunt_ShuttleRun>());
93+ ret.emplace_back (make_single_switch_program<ShinyHunt_HelioptileHunter_Descriptor, ShinyHunt_HelioptileHunter>());
9594 }
9695 if (PreloadSettings::instance ().DEVELOPER_MODE ){
9796 ret.emplace_back (make_single_switch_program<BeldumHunter_Descriptor, BeldumHunter>());
97+ ret.emplace_back (make_single_switch_program<WeatherFinder_Descriptor, WeatherFinder>());
9898 }
9999
100100// ret.emplace_back("---- Non-Shiny Hunting ----");
You can’t perform that action at this time.
0 commit comments