File tree Expand file tree Collapse file tree
SerialPrograms/Source/PokemonLZA Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
100100 ret.emplace_back (make_single_switch_program<ShinyHunt_FlySpotReset_Descriptor, ShinyHunt_FlySpotReset>());
101101 ret.emplace_back (make_single_switch_program<ShinyHunt_SewerHunter_Descriptor, ShinyHunt_SewerHunter>());
102102 ret.emplace_back (make_single_switch_program<ShinyHunt_HelioptileHunter_Descriptor, ShinyHunt_HelioptileHunter>());
103+ ret.emplace_back (make_single_switch_program<ShinyHunt_HyperspaceLegendary_Descriptor, ShinyHunt_HyperspaceLegendary>());
103104 if (IS_BETA_VERSION){
104105 ret.emplace_back (make_single_switch_program<ShinyHunt_ShuttleRun_Descriptor, ShinyHunt_ShuttleRun>());
105- ret.emplace_back (make_single_switch_program<ShinyHunt_HyperspaceLegendary_Descriptor, ShinyHunt_HyperspaceLegendary>());
106106 }
107107 if (PreloadSettings::instance ().DEVELOPER_MODE ){
108108 ret.emplace_back (make_single_switch_program<ShinyHunt_HyperspaceHunter_Descriptor, ShinyHunt_HyperspaceHunter>());
You can’t perform that action at this time.
0 commit comments