|
35 | 35 | #include "PokemonSV_AutoStory_Segment_12.h" |
36 | 36 | #include "PokemonSV_AutoStory_Segment_13.h" |
37 | 37 | #include "PokemonSV_AutoStory_Segment_14.h" |
38 | | -// #include "PokemonSV_AutoStory_Segment_15.h" |
39 | | -// #include "PokemonSV_AutoStory_Segment_16.h" |
| 38 | +#include "PokemonSV_AutoStory_Segment_15.h" |
| 39 | +#include "PokemonSV_AutoStory_Segment_16.h" |
40 | 40 | // #include "PokemonSV_AutoStory_Segment_17.h" |
41 | 41 | // #include "PokemonSV_AutoStory_Segment_18.h" |
42 | 42 | // #include "PokemonSV_AutoStory_Segment_19.h" |
@@ -79,8 +79,8 @@ std::vector<std::unique_ptr<AutoStory_Segment>> make_autoStory_segment_list(){ |
79 | 79 | segment_list.emplace_back(std::make_unique<AutoStory_Segment_12>()); |
80 | 80 | segment_list.emplace_back(std::make_unique<AutoStory_Segment_13>()); |
81 | 81 | segment_list.emplace_back(std::make_unique<AutoStory_Segment_14>()); |
82 | | - // segment_list.emplace_back(std::make_unique<AutoStory_Segment_15>()); |
83 | | - // segment_list.emplace_back(std::make_unique<AutoStory_Segment_16>()); |
| 82 | + segment_list.emplace_back(std::make_unique<AutoStory_Segment_15>()); |
| 83 | + segment_list.emplace_back(std::make_unique<AutoStory_Segment_16>()); |
84 | 84 | // segment_list.emplace_back(std::make_unique<AutoStory_Segment_17>()); |
85 | 85 | // segment_list.emplace_back(std::make_unique<AutoStory_Segment_18>()); |
86 | 86 | // segment_list.emplace_back(std::make_unique<AutoStory_Segment_19>()); |
@@ -593,13 +593,13 @@ void AutoStory::test_checkpoints( |
593 | 593 | checkpoint_list.push_back([&](){checkpoint_27(env, context, notif_status_update);}); |
594 | 594 | checkpoint_list.push_back([&](){checkpoint_28(env, context, notif_status_update);}); |
595 | 595 | checkpoint_list.push_back([&](){checkpoint_29(env, context, notif_status_update);}); |
596 | | - // checkpoint_list.push_back([&](){checkpoint_30(env, context, notif_status_update);}); |
597 | | - // checkpoint_list.push_back([&](){checkpoint_31(env, context, notif_status_update);}); |
598 | | - // checkpoint_list.push_back([&](){checkpoint_32(env, context, notif_status_update);}); |
599 | | - // checkpoint_list.push_back([&](){checkpoint_33(env, context, notif_status_update);}); |
600 | | - // checkpoint_list.push_back([&](){checkpoint_34(env, context, notif_status_update);}); |
601 | | - // checkpoint_list.push_back([&](){checkpoint_35(env, context, notif_status_update);}); |
602 | | - // checkpoint_list.push_back([&](){checkpoint_36(env, context, notif_status_update);}); |
| 596 | + checkpoint_list.push_back([&](){checkpoint_30(env, context, notif_status_update);}); |
| 597 | + checkpoint_list.push_back([&](){checkpoint_31(env, context, notif_status_update);}); |
| 598 | + checkpoint_list.push_back([&](){checkpoint_32(env, context, notif_status_update);}); |
| 599 | + checkpoint_list.push_back([&](){checkpoint_33(env, context, notif_status_update);}); |
| 600 | + checkpoint_list.push_back([&](){checkpoint_34(env, context, notif_status_update);}); |
| 601 | + checkpoint_list.push_back([&](){checkpoint_35(env, context, notif_status_update);}); |
| 602 | + checkpoint_list.push_back([&](){checkpoint_36(env, context, notif_status_update);}); |
603 | 603 | // checkpoint_list.push_back([&](){checkpoint_37(env, context, notif_status_update);}); |
604 | 604 | // checkpoint_list.push_back([&](){checkpoint_38(env, context, notif_status_update);}); |
605 | 605 | // checkpoint_list.push_back([&](){checkpoint_39(env, context, notif_status_update);}); |
|
0 commit comments