Skip to content

Commit 1025acb

Browse files
jw098Mysticial
authored andcommitted
enable latest Autostory segments
1 parent 3fef433 commit 1025acb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ std::vector<std::unique_ptr<AutoStory_Segment>> make_autoStory_segment_list(){
9696
segment_list.emplace_back(std::make_unique<AutoStory_Segment_23>());
9797
segment_list.emplace_back(std::make_unique<AutoStory_Segment_24>());
9898
segment_list.emplace_back(std::make_unique<AutoStory_Segment_25>());
99-
// segment_list.emplace_back(std::make_unique<AutoStory_Segment_26>());
100-
// segment_list.emplace_back(std::make_unique<AutoStory_Segment_27>());
99+
segment_list.emplace_back(std::make_unique<AutoStory_Segment_26>());
100+
segment_list.emplace_back(std::make_unique<AutoStory_Segment_27>());
101101
// segment_list.emplace_back(std::make_unique<AutoStory_Segment_28>());
102102
// segment_list.emplace_back(std::make_unique<AutoStory_Segment_29>());
103103

@@ -922,3 +922,4 @@ void AutoStory::program(SingleSwitchProgramEnvironment& env, ProControllerContex
922922
}
923923
}
924924
}
925+

0 commit comments

Comments
 (0)