Skip to content

Commit da2de78

Browse files
author
Gin
committed
m
1 parent 6bdf0d0 commit da2de78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/PokemonLZA/PokemonLZA_Panels.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ----");

0 commit comments

Comments
 (0)