Skip to content

Commit b2fbe76

Browse files
committed
fix autostory logging
1 parent 6c35cbb commit b2fbe76

24 files changed

+17
-33
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ void AutoStory_Segment_00::run_segment(
4343

4444
context.wait_for_all_requests();
4545
env.console.log("Start Segment 00: Intro Cutscene", COLOR_ORANGE);
46-
env.console.overlay().add_log("Start Segment 00: Intro Cutscene", COLOR_ORANGE);
4746

4847
checkpoint_00(env, context);
4948

5049
context.wait_for_all_requests();
5150
env.console.log("End Segment 00: Intro Cutscene", COLOR_GREEN);
52-
env.console.overlay().add_log("End Segment 00: Intro Cutscene", COLOR_GREEN);
5351
stats.m_segment++;
5452
env.update_stats();
5553
}

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,13 @@ void AutoStory_Segment_01::run_segment(
5555

5656
context.wait_for_all_requests();
5757
env.console.log("Start Segment 01: Pick Starter", COLOR_ORANGE);
58-
env.console.overlay().add_log("Start Segment 01: Pick Starter", COLOR_ORANGE);
5958

6059
checkpoint_01(env, context, options.notif_status_update, options.language);
6160
checkpoint_02(env, context, options.notif_status_update);
6261
checkpoint_03(env, context, options.notif_status_update, options.language, options.starter_choice);
6362

6463
context.wait_for_all_requests();
65-
env.console.log("End Segment 02: Pick Starter", COLOR_GREEN);
66-
env.console.overlay().add_log("End Segment 02: Pick Starter", COLOR_GREEN);
64+
env.console.log("End Segment 01: Pick Starter", COLOR_GREEN);
6765
stats.m_segment++;
6866
env.update_stats();
6967

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,11 @@ void AutoStory_Segment_02::run_segment(
5050

5151
context.wait_for_all_requests();
5252
env.console.log("Start Segment 02: First Nemona Battle", COLOR_ORANGE);
53-
env.console.overlay().add_log("Start Segment 02: First Nemona Battle", COLOR_ORANGE);
5453

5554
checkpoint_04(env, context, options.notif_status_update);
5655

5756
context.wait_for_all_requests();
5857
env.console.log("End Segment 02: First Nemona Battle", COLOR_GREEN);
59-
env.console.overlay().add_log("End Segment 02: First Nemona Battle", COLOR_GREEN);
6058
stats.m_segment++;
6159
env.update_stats();
6260

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,13 @@ void AutoStory_Segment_03::run_segment(SingleSwitchProgramEnvironment& env, ProC
4545

4646
context.wait_for_all_requests();
4747
env.console.log("Start Segment 03: Catch Tutorial", COLOR_ORANGE);
48-
env.console.overlay().add_log("Start Segment 03: Catch Tutorial", COLOR_ORANGE);
4948

5049
checkpoint_05(env, context, options.notif_status_update);
5150
checkpoint_06(env, context, options.notif_status_update);
5251
checkpoint_07(env, context, options.notif_status_update);
5352

5453
context.wait_for_all_requests();
5554
env.console.log("End Segment 03: Catch Tutorial", COLOR_GREEN);
56-
env.console.overlay().add_log("End Segment 03: Catch Tutorial", COLOR_GREEN);
5755
stats.m_segment++;
5856
env.update_stats();
5957

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@ void AutoStory_Segment_04::run_segment(
5151

5252
context.wait_for_all_requests();
5353
env.console.log("Start Segment 04: Rescue Legendary", COLOR_ORANGE);
54-
env.console.overlay().add_log("Start Segment 04: Rescue Legendary", COLOR_ORANGE);
5554

5655
checkpoint_08(env, context, options.notif_status_update);
5756

5857
context.wait_for_all_requests();
5958
env.console.log("End Segment 04: Rescue Legendary", COLOR_GREEN);
60-
env.console.overlay().add_log("End Segment 04: Rescue Legendary", COLOR_GREEN);
6159
stats.m_segment++;
6260
env.update_stats();
6361

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,12 @@ void AutoStory_Segment_05::run_segment(
4949

5050
context.wait_for_all_requests();
5151
env.console.log("Start Segment 05: First Arven Battle", COLOR_ORANGE);
52-
env.console.overlay().add_log("Start Segment 05: First Arven Battle", COLOR_ORANGE);
5352

5453
checkpoint_09(env, context, options.notif_status_update);
5554
checkpoint_10(env, context, options.notif_status_update);
5655

5756
context.wait_for_all_requests();
5857
env.console.log("End Segment 05: First Arven Battle", COLOR_GREEN);
59-
env.console.overlay().add_log("End Segment 05: First Arven Battle", COLOR_GREEN);
6058
stats.m_segment++;
6159
env.update_stats();
6260

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,11 @@ void AutoStory_Segment_06::run_segment(
4848

4949
context.wait_for_all_requests();
5050
env.console.log("Start Segment 06: Go to Los Platos", COLOR_ORANGE);
51-
env.console.overlay().add_log("Start Segment 06: Go to Los Platos", COLOR_ORANGE);
5251

5352
checkpoint_11(env, context, options.notif_status_update);
5453

5554
context.wait_for_all_requests();
5655
env.console.log("End Segment 06: Go to Los Platos", COLOR_GREEN);
57-
env.console.overlay().add_log("End Segment 06: Go to Los Platos", COLOR_GREEN);
5856
stats.m_segment++;
5957
env.update_stats();
6058

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ void AutoStory_Segment_07::run_segment(
4848

4949
context.wait_for_all_requests();
5050
env.console.log("Start Segment 07: Go to Mesagoza South", COLOR_ORANGE);
51-
env.console.overlay().add_log("Start Segment 07: Go to Mesagoza South", COLOR_ORANGE);
5251

5352
checkpoint_12(env, context, options.notif_status_update);
5453

@@ -64,7 +63,6 @@ void AutoStory_Segment_07::run_segment(
6463

6564
context.wait_for_all_requests();
6665
env.console.log("End Segment 07: Go to Mesagoza South", COLOR_GREEN);
67-
env.console.overlay().add_log("End Segment 07: Go to Mesagoza South", COLOR_GREEN);
6866
stats.m_segment++;
6967
env.update_stats();
7068

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void AutoStory_Segment_09::run_segment(
4545
AutoStoryStats& stats = env.current_stats<AutoStoryStats>();
4646

4747
context.wait_for_all_requests();
48-
env.console.overlay().add_log("Start Segment 09: Complete tutorial", COLOR_ORANGE);
48+
env.console.log("Start Segment 09: Complete tutorial", COLOR_ORANGE);
4949

5050
checkpoint_16(env, context, options.notif_status_update);
5151
checkpoint_17(env, context, options.notif_status_update);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void AutoStory_Segment_10::run_segment(
4949
AutoStoryStats& stats = env.current_stats<AutoStoryStats>();
5050

5151
context.wait_for_all_requests();
52-
env.console.overlay().add_log("Start Segment 10.1: Cortondo Gym - Go to Cortondo city", COLOR_ORANGE);
52+
env.console.log("Start Segment 10.1: Cortondo Gym - Go to Cortondo city", COLOR_ORANGE);
5353

5454
checkpoint_21(env, context, options.notif_status_update);
5555
checkpoint_22(env, context, options.notif_status_update);

0 commit comments

Comments
 (0)