diff --git a/SerialPrograms/Source/PokemonLZA/Inference/PokemonLZA_DialogDetector.h b/SerialPrograms/Source/PokemonLZA/Inference/PokemonLZA_DialogDetector.h index 597b6b46bb..f8eb4d5393 100644 --- a/SerialPrograms/Source/PokemonLZA/Inference/PokemonLZA_DialogDetector.h +++ b/SerialPrograms/Source/PokemonLZA/Inference/PokemonLZA_DialogDetector.h @@ -141,7 +141,7 @@ class ItemReceiveWatcher : public DetectorToFinder{ VideoOverlay* overlay = nullptr, std::chrono::milliseconds hold_duration = std::chrono::milliseconds(250) ) - : DetectorToFinder("BlueDialogWatcher", hold_duration, color, overlay) + : DetectorToFinder("ItemReceiveWatcher", hold_duration, color, overlay) {} };