Skip to content

Commit 64b5d43

Browse files
committed
Move Sewer program to release.
1 parent 4fc2fae commit 64b5d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLZA/PokemonLZA_Panels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
8585
ret.emplace_back(make_single_switch_program<ShinyHunt_WildZoneEntrance_Descriptor, ShinyHunt_WildZoneEntrance>());
8686
ret.emplace_back(make_single_switch_program<ShinyHunt_WildZoneCafe_Descriptor, ShinyHunt_WildZoneCafe>());
8787
ret.emplace_back(make_single_switch_program<ShinyHunt_FlySpotReset_Descriptor, ShinyHunt_FlySpotReset>());
88+
ret.emplace_back(make_single_switch_program<ShinyHunt_SewerHunter_Descriptor, ShinyHunt_SewerHunter>());
8889
if (IS_BETA_VERSION){
8990
}
9091
if (PreloadSettings::instance().DEVELOPER_MODE){
9192
ret.emplace_back(make_single_switch_program<BeldumHunter_Descriptor, BeldumHunter>());
9293
ret.emplace_back(make_single_switch_program<ShinyHunt_ShuttleRun_Descriptor, ShinyHunt_ShuttleRun>());
93-
ret.emplace_back(make_single_switch_program<ShinyHunt_SewerHunter_Descriptor, ShinyHunt_SewerHunter>());
9494
}
9595

9696
// ret.emplace_back("---- Non-Shiny Hunting ----");

0 commit comments

Comments
 (0)