|
37 | 37 | #include "PokemonSV_AutoStory_Segment_14.h" |
38 | 38 | #include "PokemonSV_AutoStory_Segment_15.h" |
39 | 39 | #include "PokemonSV_AutoStory_Segment_16.h" |
40 | | -// #include "PokemonSV_AutoStory_Segment_17.h" |
41 | | -// #include "PokemonSV_AutoStory_Segment_18.h" |
42 | | -// #include "PokemonSV_AutoStory_Segment_19.h" |
| 40 | +#include "PokemonSV_AutoStory_Segment_17.h" |
| 41 | +#include "PokemonSV_AutoStory_Segment_18.h" |
| 42 | +#include "PokemonSV_AutoStory_Segment_19.h" |
43 | 43 | // #include "PokemonSV_AutoStory_Segment_20.h" |
44 | 44 | // #include "PokemonSV_AutoStory_Segment_21.h" |
45 | 45 | // #include "PokemonSV_AutoStory_Segment_22.h" |
@@ -81,9 +81,9 @@ std::vector<std::unique_ptr<AutoStory_Segment>> make_autoStory_segment_list(){ |
81 | 81 | segment_list.emplace_back(std::make_unique<AutoStory_Segment_14>()); |
82 | 82 | segment_list.emplace_back(std::make_unique<AutoStory_Segment_15>()); |
83 | 83 | segment_list.emplace_back(std::make_unique<AutoStory_Segment_16>()); |
84 | | - // segment_list.emplace_back(std::make_unique<AutoStory_Segment_17>()); |
85 | | - // segment_list.emplace_back(std::make_unique<AutoStory_Segment_18>()); |
86 | | - // segment_list.emplace_back(std::make_unique<AutoStory_Segment_19>()); |
| 84 | + segment_list.emplace_back(std::make_unique<AutoStory_Segment_17>()); |
| 85 | + segment_list.emplace_back(std::make_unique<AutoStory_Segment_18>()); |
| 86 | + segment_list.emplace_back(std::make_unique<AutoStory_Segment_19>()); |
87 | 87 | // segment_list.emplace_back(std::make_unique<AutoStory_Segment_20>()); |
88 | 88 | // segment_list.emplace_back(std::make_unique<AutoStory_Segment_21>()); |
89 | 89 | // segment_list.emplace_back(std::make_unique<AutoStory_Segment_22>()); |
@@ -600,12 +600,12 @@ void AutoStory::test_checkpoints( |
600 | 600 | checkpoint_list.push_back([&](){checkpoint_34(env, context, notif_status_update);}); |
601 | 601 | checkpoint_list.push_back([&](){checkpoint_35(env, context, notif_status_update);}); |
602 | 602 | checkpoint_list.push_back([&](){checkpoint_36(env, context, notif_status_update);}); |
603 | | - // checkpoint_list.push_back([&](){checkpoint_37(env, context, notif_status_update);}); |
604 | | - // checkpoint_list.push_back([&](){checkpoint_38(env, context, notif_status_update);}); |
605 | | - // checkpoint_list.push_back([&](){checkpoint_39(env, context, notif_status_update);}); |
606 | | - // checkpoint_list.push_back([&](){checkpoint_40(env, context, notif_status_update);}); |
607 | | - // checkpoint_list.push_back([&](){checkpoint_41(env, context, notif_status_update);}); |
608 | | - // checkpoint_list.push_back([&](){checkpoint_42(env, context, notif_status_update);}); |
| 603 | + checkpoint_list.push_back([&](){checkpoint_37(env, context, notif_status_update);}); |
| 604 | + checkpoint_list.push_back([&](){checkpoint_38(env, context, notif_status_update);}); |
| 605 | + checkpoint_list.push_back([&](){checkpoint_39(env, context, notif_status_update);}); |
| 606 | + checkpoint_list.push_back([&](){checkpoint_40(env, context, notif_status_update);}); |
| 607 | + checkpoint_list.push_back([&](){checkpoint_41(env, context, notif_status_update);}); |
| 608 | + checkpoint_list.push_back([&](){checkpoint_42(env, context, notif_status_update);}); |
609 | 609 | // checkpoint_list.push_back([&](){checkpoint_43(env, context, notif_status_update);}); |
610 | 610 | // checkpoint_list.push_back([&](){checkpoint_44(env, context, notif_status_update);}); |
611 | 611 | // checkpoint_list.push_back([&](){checkpoint_45(env, context, notif_status_update);}); |
|
0 commit comments