Skip to content

Commit

Permalink
Segment 19
Browse files Browse the repository at this point in the history
  • Loading branch information
jw098 committed Dec 2, 2024
1 parent 5edf75a commit 6b11581
Show file tree
Hide file tree
Showing 5 changed files with 445 additions and 12 deletions.
2 changes: 2 additions & 0 deletions SerialPrograms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,8 @@ file(GLOB MAIN_SOURCES
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_17.h
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_18.cpp
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_18.h
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_19.cpp
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_19.h
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory.cpp
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory.h
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStoryTools.cpp
Expand Down
2 changes: 2 additions & 0 deletions SerialPrograms/SerialPrograms.pro
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ SOURCES += \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_16.cpp \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_17.cpp \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_18.cpp \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_19.cpp \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory.cpp \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStoryTools.cpp \
Source/PokemonSV/Programs/AutoStory/PokemonSV_MenuOption.cpp \
Expand Down Expand Up @@ -1855,6 +1856,7 @@ HEADERS += \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_16.h \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_17.h \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_18.h \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_19.h \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory.h \
Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStoryTools.h \
Source/PokemonSV/Programs/AutoStory/PokemonSV_MenuOption.h \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
#include "PokemonSV_AutoStory_Segment_14.h"
#include "PokemonSV_AutoStory_Segment_15.h"
#include "PokemonSV_AutoStory_Segment_16.h"
// #include "PokemonSV_AutoStory_Segment_17.h"
// #include "PokemonSV_AutoStory_Segment_18.h"
// #include "PokemonSV_AutoStory_Segment_19.h"
#include "PokemonSV_AutoStory_Segment_17.h"
#include "PokemonSV_AutoStory_Segment_18.h"
#include "PokemonSV_AutoStory_Segment_19.h"
// #include "PokemonSV_AutoStory_Segment_20.h"
// #include "PokemonSV_AutoStory_Segment_21.h"
// #include "PokemonSV_AutoStory_Segment_22.h"
Expand Down Expand Up @@ -81,9 +81,9 @@ std::vector<std::unique_ptr<AutoStory_Segment>> make_autoStory_segment_list(){
segment_list.emplace_back(std::make_unique<AutoStory_Segment_14>());
segment_list.emplace_back(std::make_unique<AutoStory_Segment_15>());
segment_list.emplace_back(std::make_unique<AutoStory_Segment_16>());
// segment_list.emplace_back(std::make_unique<AutoStory_Segment_17>());
// segment_list.emplace_back(std::make_unique<AutoStory_Segment_18>());
// segment_list.emplace_back(std::make_unique<AutoStory_Segment_19>());
segment_list.emplace_back(std::make_unique<AutoStory_Segment_17>());
segment_list.emplace_back(std::make_unique<AutoStory_Segment_18>());
segment_list.emplace_back(std::make_unique<AutoStory_Segment_19>());
// segment_list.emplace_back(std::make_unique<AutoStory_Segment_20>());
// segment_list.emplace_back(std::make_unique<AutoStory_Segment_21>());
// segment_list.emplace_back(std::make_unique<AutoStory_Segment_22>());
Expand Down Expand Up @@ -600,12 +600,12 @@ void AutoStory::test_checkpoints(
checkpoint_list.push_back([&](){checkpoint_34(env, context, notif_status_update);});
checkpoint_list.push_back([&](){checkpoint_35(env, context, notif_status_update);});
checkpoint_list.push_back([&](){checkpoint_36(env, context, notif_status_update);});
// checkpoint_list.push_back([&](){checkpoint_37(env, context, notif_status_update);});
// checkpoint_list.push_back([&](){checkpoint_38(env, context, notif_status_update);});
// checkpoint_list.push_back([&](){checkpoint_39(env, context, notif_status_update);});
// checkpoint_list.push_back([&](){checkpoint_40(env, context, notif_status_update);});
// checkpoint_list.push_back([&](){checkpoint_41(env, context, notif_status_update);});
// checkpoint_list.push_back([&](){checkpoint_42(env, context, notif_status_update);});
checkpoint_list.push_back([&](){checkpoint_37(env, context, notif_status_update);});
checkpoint_list.push_back([&](){checkpoint_38(env, context, notif_status_update);});
checkpoint_list.push_back([&](){checkpoint_39(env, context, notif_status_update);});
checkpoint_list.push_back([&](){checkpoint_40(env, context, notif_status_update);});
checkpoint_list.push_back([&](){checkpoint_41(env, context, notif_status_update);});
checkpoint_list.push_back([&](){checkpoint_42(env, context, notif_status_update);});
// checkpoint_list.push_back([&](){checkpoint_43(env, context, notif_status_update);});
// checkpoint_list.push_back([&](){checkpoint_44(env, context, notif_status_update);});
// checkpoint_list.push_back([&](){checkpoint_45(env, context, notif_status_update);});
Expand Down
Loading

0 comments on commit 6b11581

Please sign in to comment.