From 52689c33454a36d23b071b50cdb23e6bbe8c8a35 Mon Sep 17 00:00:00 2001 From: Mysticial Date: Sat, 30 Sep 2023 04:11:35 -0700 Subject: [PATCH] Logging. --- SerialPrograms/Source/CommonFramework/Globals.cpp | 2 +- .../Programs/FastCodeEntry/PokemonSV_VideoFastCodeEntry.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SerialPrograms/Source/CommonFramework/Globals.cpp b/SerialPrograms/Source/CommonFramework/Globals.cpp index 5a220c7ea..76cf543f7 100644 --- a/SerialPrograms/Source/CommonFramework/Globals.cpp +++ b/SerialPrograms/Source/CommonFramework/Globals.cpp @@ -23,7 +23,7 @@ namespace PokemonAutomation{ const bool IS_BETA_VERSION = true; const int PROGRAM_VERSION_MAJOR = 0; const int PROGRAM_VERSION_MINOR = 41; -const int PROGRAM_VERSION_PATCH = 7; +const int PROGRAM_VERSION_PATCH = 8; const std::string PROGRAM_VERSION_BASE = "v" + std::to_string(PROGRAM_VERSION_MAJOR) + diff --git a/SerialPrograms/Source/PokemonSV/Programs/FastCodeEntry/PokemonSV_VideoFastCodeEntry.cpp b/SerialPrograms/Source/PokemonSV/Programs/FastCodeEntry/PokemonSV_VideoFastCodeEntry.cpp index 0b9e34e6a..a21361225 100644 --- a/SerialPrograms/Source/PokemonSV/Programs/FastCodeEntry/PokemonSV_VideoFastCodeEntry.cpp +++ b/SerialPrograms/Source/PokemonSV/Programs/FastCodeEntry/PokemonSV_VideoFastCodeEntry.cpp @@ -80,6 +80,7 @@ void wait_for_video_code_and_join( // env.log("done new frame check"); if (skip_initial){ + env.log("Waiting for next screen change..."); skip_initial = false; continue; }