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